Macros
- re-exports Construct an ad-hoc error from a string or existing non-
anyhowerror value. - re-exports Return early with an error.
- re-exports
Structs
- Iterator of a chain of source errors.
- The
Errortype, a wrapper around a dynamic error type.
Traits
Functions
- Equivalent to Ok::<_, anyhow::Error>(value).
Type Aliases
Result<T, Error>