[go: up one dir, main page]

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