Expand description
Structures used to handle errors when serializing or deserializing goes wrong.
Enums§
- Error
- Represents all possible errors which can occur when serializing or deserializing bencode.
Type Aliases§
- Result
- Alias for
Result<T, serde_bencode::Error>.