pub fn from_bytes<'de, T>( input: &'de [u8], config: ParseMode, ) -> Result<T, Error>where T: Deserialize<'de>,
Deserialize an instance of type T from bytes of query string.
T