pub fn from_str<'de, T>(input: &'de str, config: ParseMode) -> Result<T, Error> where
    T: Deserialize<'de>,