Function deser_hjson::from_str[][src]

pub fn from_str<T>(s: &str) -> Result<T> where
    T: DeserializeOwned
Expand description

deserialize the given string into a type implementing Deserialize