Module error

Source
Expand description

Useful error type re-exports based on anyhow.

Macros§

anyhow
Just re-export some anyhow stuff. Construct an ad-hoc error from a string or existing non-anyhow error value.
bail
Return early with an error.

Traits§

Context
Provides the context method for Result.

Type Aliases§

Error
Just an anyhow::Error type alias.
Result
Just a anyhow::Result type alias.