Module writer

Source
Expand description

Trait for governing how a particular sink of bytes is written to.

To adapt std::io::Write types, see the wrap function.

Structs§

VecWriterError
An error raised while decoding a slice.

Traits§

Writer
The trait governing how a writer works.