Expand description
See the type-level documentation for IoError.
Note: IoErrorKind is a re-export of (alias for)
std::io::ErrorKind.
It is not a new type, despite how it may appear in Rustdoc.
Structs§
- IoError
- A version of
std::io::Errorimplemented on top ofArcinstead ofBox, making it cloneable.
Enums§
- IoError
Kind - See
std::io::ErrorKind. A list specifying general categories of I/O error.
Type Aliases§
- IoResult
- See
std::io::Result, withIoErrorsubstituted forio::Error.