Module serde_bencode::error

source ·
Expand description

Structures used to handle errors when serializing or deserializing goes wrong.

Enums

  • Represents all possible errors which can occur when serializing or deserializing bencode.

Type Aliases

  • Alias for Result<T, serde_bencode::Error>.