Skip to main content

Module asynch

Module asynch 

Source

Enums§

ErrorKind
Possible kinds of errors.
ReadExactError
Error returned by Read::read_exact
SeekFrom
Enumeration of possible methods to seek within an I/O object.

Traits§

BufRead
Async buffered reader.
Error
Error trait.
ErrorType
Base trait for all IO traits, defining the error type.
Read
Async reader.
ReadReady
Get whether a reader is ready.
Seek
Async seek within streams.
Write
Async writer.
WriteReady
Get whether a writer is ready.