Expand description
Useful error type re-exports based on anyhow.
Macros§
- anyhow
- Just re-export some
anyhowstuff. Construct an ad-hoc error from a string or existing non-anyhowerror value. - bail
- Return early with an error.
Traits§
- Context
- Provides the
contextmethod forResult.