Re-exports§
Macros§
- anyhow
- Construct an ad-hoc error from a string or existing non-
anyhowerror value. - bail
- Return early with an error.
Traits§
- Anyhow
Context - Provides the
contextmethod forResult.
Type Aliases§
- Result
- App-level result type.
Use in controllers, jobs, and application code.
Crate-level errors use their own typed enums via
thiserror.