Modules§
Traits§
- Deserialize
- Implementors of this trait can be deserialized from any format
- Deserializer
- Parses bytes and delegates them to a visitor
- MapAccess
- Allows the access to key-value pairs
- Peek
- Utility functions for io::Read and io::Seek
- SeqAccess
- Allows the access to sequences
- Visitor
- Maps a parsed value to a Rust type