Module minicbor::encode::write [−][src]
The Write
trait definition and implementations.
If the feature std
is present all std::io::Write
impls
are made impls of Write
too.
Structs
EndOfSlice | An error indicating the end of a slice. |
Traits
Write | A type that accepts byte slices for writing. |