[][src]Function doge::from_str

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