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