from_str

Function from_str 

Source
pub fn from_str<T>(s: &str) -> Result<T>
where T: for<'de> Deserialize<'de>,
Expand description

Deserialize a JAML string into a Rust value.