Module dinghy_lib::errors
source · Macros
- Construct an ad-hoc error from a string or existing non-
anyhowerror value. - Return early with an error.
Structs
- The
Errortype, a wrapper around a dynamic error type.
Traits
- Provides the
contextmethod forResult.
Type Aliases
Result<T, Error>