pub fn from_json_str<T: DeserializeOwned>(s: &str) -> T
Expand description
Deserializes any deserializable value from &str
without having to check for errors.
pub fn from_json_str<T: DeserializeOwned>(s: &str) -> T
Deserializes any deserializable value from &str
without having to check for errors.