[][src]Crate fehler_more

Macros

bail

Exits a function early with an Exception.

ensure

Exits a function early with an Exception if the condition is not satisfied.

error

Construct an ad-hoc exception from a string.

throw

Throw an error.

Structs

Errors

Iterator of errors in an Exception.

Exception

The `Exception type, a wrapper around a dynamic error type.

Traits

AsError

View type as an error object.

Context

Provides the context method for Result.

Attribute Macros

throws

Derive Macros

Error