Expand description

Errors related to packable operations.

Structs

Error type to be raised when &[u8] does not have enough bytes to unpack something or when SlicePacker does not have enough space to pack something.

Error type raised when an unknown tag is found while unpacking.

Enums

Error type raised when Packable::unpack fails.

Traits

Trait providing utility methods for Result values that use UnpackError as the Err variant.