Expand description
Error types for the io crate.
Structs§
- Error
- The
iocrate error type.
Enums§
- Error
Kind - A minimal subset of
std::io::ErrorKindwhich is used forError. - Read
Error - An error that can occur when reading and decoding from a buffered reader.