Expand description
Pipeline Error
Macros§
- anyhow
- Construct an ad-hoc error from a string or existing non-
anyhowerror value. - bail
- Return early with an error.
- ensure
- Return early with an error if a condition is not satisfied.
- error
- Construct an ad-hoc error from a string or existing non-
anyhowerror value.
Structs§
- Error
- The
Errortype, a wrapper around a dynamic error type.
Enums§
Traits§
- Context
- Provides the
contextmethod forResult. - Pipeline
Error Ext
Type Aliases§
- Result
Result<T, Error>