Crate async_io_map

Source

Structs§

AsyncMapReader
A wrapper around an AsyncRead that allows for data processing before the actual I/O operation.
AsyncMapWriter
A wrapper around an AsyncWrite that allows for data processing before the actual I/O operation.

Traits§

AsyncMapRead
A trait for types that can be mapped to an AsyncMapReader.
AsyncMapWrite
A trait for types that can be mapped to an AsyncMapWriter.
MapReadFn
A trait for mapping data read from an underlying reader.
MapWriteFn
A trait for mapping data written to an underlying writer.