Skip to main content

Module error

Module error 

Source
Expand description

Error types for the io crate.

Structs§

Error
The io crate error type.

Enums§

ErrorKind
A minimal subset of std::io::ErrorKind which is used for Error.
ReadError
An error that can occur when reading and decoding from a buffered reader.