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.
  • An adapter for std::io::Write types that implements Write.

Traits§

  • A type that writes byte slices.