Module alloc_data::err
source · [−]Expand description
Errors, handled by error_chain
.
Macros
Exits a function early with an error
Structs
Enums
The kind of an error.
Traits
Additional methods for Result
, for easy interaction with this crate.
Functions
Registers an error in the global list of errors.
Registers a fatal error in the global list of errors.
Registers a non-fatal error in the global list of errors.
Destroys a unit result, registering the error if any.
Destroys a unit result, registering the error as fatal if any.
Destroys a unit result, registering the error as fatal if any.
Type Definitions
Convenient wrapper around std::Result
.