Crate lerror

Source

Re-exports§

pub use lerror as format_err;

Macros§

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

Structs§

Error

Traits§

Context
ContextExt

Functions§

Ok

Type Aliases§

Result