pub fn from_str<'de, T>(input: &'de str, config: ParseMode) -> Result<T, Error>where T: Deserialize<'de>,
Deserialize an instance of type T from a query string.
T