Skip to main content

from_str

Function from_str 

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