from_str

Function from_str 

Source
pub fn from_str<'de, T>(slice: &'de str) -> Result<T, Error>
where T: Deserialize<'de>,