Available on crate feature
io only.Expand description
Asynchronous IO
Structs§
- BufReader
- The
BufReaderstruct adds buffering to any reader. - Read
- A future which can be used to easily read available number of bytes to fill a buffer.
- Reader
- Write
All - Writer
Traits§
- Async
BufRead - Async
Read - Read bytes asynchronously.
- Async
Write