Skip to main content

Module result

Module result 

Source
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.
IoErrorKind
Alias for the standard library I/O error kind enumeration.
IoResult
Alias for a Result whose error is a standard library I/O error.