Expand description
Additional tidbits defined by rmx
.
Macros§
- A
- Construct an ad-hoc error from a string or existing non-
anyhow
error value. - fmt
- Creates a
String
using interpolation of runtime expressions.
Structs§
- AnyError
- The
Error
type, a wrapper around a dynamic error type.
Traits§
- AnyResult
Expect - Option
Expect - Quick
Clone - Quick
ToOwned - Quick
ToString - Range
Ext - Result
Expect - Result
Ignore - Ignore a
Result
.
Functions§
Type Aliases§
- AnyResult
Result<T, Error>