Module error
Modules
-
os_functions
OS-dependent functions
-
repr
This is a densely packed error representation which is used on targets with
64-bit pointers.
Structs
-
Custom
A user-created allocated error.
-
CustomOwner
Effectively a
Box<Custom> without alloc. The Custom holds the call to free this pointer.
-
Error
The error type for I/O operations of the [
Read][Read], [Write][Write], [Seek][Seek], and
associated traits.
-
OsFunctions
-
SimpleMessage
Macros
-
const_error
Creates a new I/O error from a known kind of error and a string literal.