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 forResult
.