Expand description
Type aliases for the standard library I/O error and result types used throughout the crate.
Type Aliasesยง
- IoError
- Alias for the standard library I/O error type.
- IoError
Kind - Alias for the standard library I/O error kind enumeration.
- IoResult
- Alias for a
Resultwhose error is a standard library I/O error.