Re-exports§
pub use anyhow::Context as _;
Macros§
- Construct an ad-hoc error from a string or existing non-
anyhowerror value. - Return early with an error.
- Logs a message at the debug level.
- Logs a message at the error level.
- Logs a message at the info level.
- Logs a message at the trace level.
- Logs a message at the warn level.
Structs§
- The
Errortype, a wrapper around a dynamic error type.
Type Aliases§
Result<T, Error>