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§

AnyResultExpect
OptionExpect
QuickClone
QuickToOwned
QuickToString
RangeExt
ResultExpect
ResultIgnore
Ignore a Result.

Functions§

O
S
default
init
init_crate_name
recurse

Type Aliases§

AnyResult
Result<T, Error>