Module minicbor::encode::write

source ·
Expand description

The Write trait definition and implementations.

If the feature std is present all std::io::Write impls are made impls of Write too.

Structs§

Traits§

  • A type that accepts byte slices for writing.