Module error

Module error 

Source
Expand description

Error handling facade. Error handling module for willbe.

Modules§

anyhow
githubcrates-iodocs-rs
exposed
Exposed namespace of the module.
orphan
Orphan namespace of the module.
own
Own namespace of the module.
prelude
Prelude to use essentials: use my_module ::prelude :: *.
thiserror
githubcrates-iodocs-rs
typed
Typed error handling, a facade for thiserror. Typed error handling, a facade for thiserror.
untyped
Untyped error handling, a facade for anyhow. Untyped error handling, a facade for anyhow.

Structs§

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

Enums§

Option
The Option type. See the module level documentation for more.
Result
Result is a type that represents either success (Ok) or failure (Err).

Traits§

ErrWith
Trait to add extra context or information to an error.

Type Aliases§

ResultWithReport
A type alias for a Result that contains an error which is a tuple of a report and an original error.

Derive Macros§

Error