Module io

Module io 

Source

Structs§

Errorstd
The error type for I/O operations of the Read, Write, Seek, and associated traits.

Enums§

ErrorKindstd
A list specifying general categories of I/O error.

Traits§

BufReadstd
A BufRead is a type of Reader which has an internal buffer, allowing it to perform extra ways of reading.
Readstd
The Read trait allows for reading bytes from a source.
Writestd
A trait for objects which are byte-oriented sinks.

Type Aliases§

Resultstd
A specialized Result type for I/O operations.