Expand description
Deserialization support for the application/x-www-form-urlencoded format.
Structs§
- Deserializer
- A deserializer for the application/x-www-form-urlencodedformat.
- Error
- A minimal representation of all possible errors that can occur using the
IntoDeserializertrait.
Functions§
- from_bytes 
- Deserializes a application/x-www-form-urlencodedvalue from a&[u8].
- from_reader 
- Convenience function that reads all bytes from readerand deserializes them withfrom_bytes.
- from_str 
- Deserializes a application/x-www-form-urlencodedvalue from a&str.