Structs§
Enums§
- Error
Kind std - A list specifying general categories of I/O error.
Traits§
- BufRead
std - A
BufReadis a type ofReader which has an internal buffer, allowing it to perform extra ways of reading. - Read
std - The
Readtrait allows for reading bytes from a source. - Write
std - A trait for objects which are byte-oriented sinks.