Module errors

Source

Macros§

anyhow
Construct an ad-hoc error from a string or existing non-anyhow error value.
bail
Return early with an error.
ensure
Return early with an error if a condition is not satisfied.
err_impl
paste
skerr

Structs§

AnyhowError
Backtrace
A captured OS thread stack backtrace.
Regex
A compiled regular expression for searching Unicode haystacks.
RegexBuilder
A configurable builder for a Regex.

Constants§

BUILD_DIR
GLIBC
RUSTC_DIR

Type Aliases§

EmptyResult

Derive Macros§

Error