Function parse

Source
pub fn parse<'a, T>(s: &'a str) -> T
where T: Deserialize<'a>,