Module minicbor::encode::write

source ·
Expand description

The Write trait definition and implementations.

Structs§

  • Wrapper around a Write impl that keeps track of the write position.
  • An error indicating the end of an array.
  • An error indicating the end of a slice.

Traits§

  • A type that writes byte slices.