[][src]Crate jane_eyre

Macros

bail

Return early with an error.

ensure

Return early with an error if a condition is not satisfied.

eyre

Construct an ad-hoc error from a string.

format_err

Construct an ad-hoc error from a string.

Structs

Chain

Iterator of a chain of source errors.

DefaultContext
ErrReport

The ErrReport type, a wrapper around a dynamic error type.

JaneContext

Traits

EyreContext
Help

A helper trait for attaching help text to errors to be displayed after the chain of errors

WrapErr

Provides the wrap_err method for Result.

Type Definitions

ErrReport
Result

Result<T, Error>

Result