Function deser_hjson::from_str
source · pub fn from_str<T>(s: &str) -> Result<T>where
T: DeserializeOwned,Expand description
deserialize the given string into a type implementing Deserialize
pub fn from_str<T>(s: &str) -> Result<T>where
T: DeserializeOwned,deserialize the given string into a type implementing Deserialize