Skip to main content

Module write

Module write 

Source
Expand description

The Write trait definition and implementations.

Structs§

Cursor
Wrapper around a Write impl that keeps track of the write position.
EndOfArray
An error indicating the end of an array.
EndOfSlice
An error indicating the end of a slice.
Writer
An adapter for std::io::Write types that implements Write.

Traits§

Write
A type that writes byte slices.