Expand description
Deserialization support for the application/x-www-form-urlencoded format.
Macrosยง
- forward_
parsed_ ๐value
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. - Part ๐
- Part
Iterator ๐ - Unit
Only ๐Variant Access - Value
Enum ๐Access
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.