Module error

Source

Modulesยง

repr_bitpacked ๐Ÿ”’
This is a densely packed error representation which is used on targets with 64-bit pointers.

Macrosยง

const_errorExperimental
Creates a new I/O error from a known kind of error and a string literal.

Structsยง

Custom ๐Ÿ”’
Error
The error type for I/O operations of the Read, Write, Seek, and associated traits.
SimpleMessage ๐Ÿ‘ป Experimental

Enumsยง

ErrorData ๐Ÿ”’
ErrorKind
A list specifying general categories of I/O error.

Functionsยง

_assert_error_is_sync_send ๐Ÿ”’

Type Aliasesยง

Result
A specialized Result type for I/O operations.
RawOsErrorExperimental
The type of raw OS error codes returned by Error::raw_os_error.