Expand description
Additional tidbits defined by rmx.
Macros§
- A
- Construct an ad-hoc error from a string or existing non-
anyhowerror value. - fmt
- Creates a
Stringusing interpolation of runtime expressions.
Structs§
- AnyError
- The
Errortype, a wrapper around a dynamic error type.
Traits§
Functions§
- assert_
send_ sync - Use in constant contexts to assert a type is
Sync + Sync.p - copy_
dir_ recursive - default
- init
- init_
crate_ name - recurse
Type Aliases§
- AnyResult
Result<T, Error>