Module writer

Module writer 

Source
Expand description

Trait governing how to write bytes.

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

Structs§

BufWriter
A writer that writes against an underlying Vec.
SliceMutWriter
A writer into a slice.

Traits§

IntoWriter
Coerce a type into a Writer.
Writer
The trait governing how a writer works.