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§
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>