Struct bitflags::__core::io::Error
[−]
[src]
pub struct Error {
// some fields omitted
}1.0.0The error type for I/O operations of the Read, Write, Seek, and
associated traits.
Errors mostly originate from the underlying OS, but custom instances of
Error can be created with crafted error messages and a particular value of
ErrorKind.