Module serde_cbor::error

source ·
Expand description

When serializing or deserializing CBOR goes wrong.

Structs§

  • This type represents all possible errors that can occur when serializing or deserializing CBOR data.

Enums§

  • Categorizes the cause of a serde_cbor::Error.

Type Aliases§

  • Alias for a Result with the error type serde_cbor::Error.