[go: up one dir, main page]

[][src]Function deser_hjson::from_str

pub fn from_str<'a, T>(s: &'a str) -> Result<T> where
    T: Deserialize<'a>, 

deserialize the given string into a type implementing Deserialize