from_string

Function from_string 

Source
pub fn from_string<'de, T: Deserialize<'de>>(s: String) -> Result<T>
Expand description

A convenience method for deserialize some object from a string.