Module error

Module error 

Source
Expand description

Error infrastructure.

Macros§

anyhow
Construct an ad-hoc error from a string or existing non-anyhow error value.

Structs§

Error
The Error type, a wrapper around a dynamic error type.

Type Aliases§

Result
Result<T, Error>