Macros§
Traits§
- Error
Compat - A compabitility trait that implements std::error::Error but only when Self implements Display + Debug
- Error
Context - Reverse implemented for Result<T, E> where E:
IntoErrorContext
- Into
Error Context - A trait that takes a context + self to produce a target.
This is useful for errors that depend on a context, or when used to generate errors from a context and error (see:
ErrorContext
).