Expand description
Additional tidbits defined by rmx
.
Macros§
- Construct an ad-hoc error from a string or existing non-
anyhow
error value.
Structs§
- The
Error
type, a wrapper around a dynamic error type.
Traits§
- Ignore a
Result
.
Functions§
Type Aliases§
Result<T, Error>