Module extras

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

RangeExt

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>