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::Error
implemented on top ofArc
instead 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
, withIoError
substituted forio::Error
.