[][src]Crate fehler

Macros

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

Annotations a function that "throws" a Result.

Derive Macros

Error

Derive for the Error trait.