Module minicbor::encode::write[][src]

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

An error indicating the end of a slice.

Traits

A type that accepts byte slices for writing.