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