Expand description
I/O operation related components.
Modules§
- futures
- I/O operation related futures.
- misc
- Miscellaneous I/O components.
- streams
- I/O operation related streams.
Structs§
- Pattern
Reader - A matcher to read patterns from the inner reader
R
. - Pattern
Writer - A matcher to write patterns into the inner writer
W
. - Stateful
- Stateful I/O stream.
Traits§
- Async
Read - An asynchronous version of the standard
Read
trait. - Async
Write - An asynchronous version of the standard
Write
trait. - External
Size - The
ExternalSize
trait allows for calculating external byte size issued when an I/O operation is performed on a pattern. - Read
From - The
ReadFrom
trait allows for reading a value of the pattern from a source asynchronously. - Write
Into - The
WriteInto
trait allows for writing a value of this pattern to a sink asynchronously.
Type Aliases§
- Async
IoError - I/O specific asynchronous error type.