Module io

Source

Structs§

FramedWrite
A wrapper for the AsyncWrite and Encoder types. The AsyncWrite will be flushed when this struct is dropped.
SinkWrite
A wrapper for the Sink type.
Writer
A wrapper for AsyncWrite types.

Traits§

WriteHandler
A helper trait for write handling.