Structs§
- Async
MapReader - A wrapper around an
AsyncReadthat allows for data processing before the actual I/O operation. - Async
MapWriter - A wrapper around an
AsyncWritethat allows for data processing before the actual I/O operation.
Traits§
- Async
MapRead - A trait for types that can be mapped to an
AsyncMapReader. - Async
MapWrite - A trait for types that can be mapped to an
AsyncMapWriter. - MapRead
Fn - A trait for mapping data read from an underlying reader.
- MapWrite
Fn - A trait for mapping data written to an underlying writer.