Enums§
- Possible kinds of errors.
 - Error returned by
Read::read_exact - Enumeration of possible methods to seek within an I/O object.
 
Traits§
- Async buffered reader.
 - Error trait.
 - Base trait for all IO traits, defining the error type.
 - Async reader.
 - Get whether a reader is ready.
 - Async seek within streams.
 - Async writer.
 - Get whether a writer is ready.