Modules
- This is a densely packed error representation which is used on targets with 64-bit pointers.
Macros
- Create and return an
io::Error
for a givenErrorKind
and constant message. This doesn’t allocate.
Structs
- Custom 🔒
Enums
- A list specifying general categories of I/O error.
Functions
Type Definitions
- RawOsErrorExperimentalThe type of raw OS error codes returned by
Error::raw_os_error
. - A specialized
Result
type for I/O operations.