Expand description

Errors for memthol, handled by error_chain.

This module also features a global list of errors.

Macros

Exits a function early with an error

Structs

The Error type.

Error context, a shallow interface over a global list of errors.

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.