Macros§
- anyhow
- Construct an ad-hoc error from a string or existing non-
anyhowerror value. - bail
- Return early with an error.
Structs§
- AnyError
- The
Errortype, a wrapper around a dynamic error type.
Enums§
Traits§
- AnyContext
- Provides the
contextmethod forResult.
Type Aliases§
- AnyResult
Result<T, Error>