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. - Slice
MutWriter - A writer into a slice.
Traits§
- Into
Writer - Coerce a type into a
Writer. - Writer
- The trait governing how a writer works.