Module error

Source

Macros§

bail
Return early with an error.
err
Construct an ad-hoc error from a string or existing non-anyhow error value.

Traits§

Context
Provides the context method for Result.

Type Aliases§

AnyResult
Result<T, Error>

Derive Macros§

Error