logo
Expand description

Error types

Structs

Error context: stores an error source (as a BoxError) and backtrace along with an error Kind.

Error type

Error message type: provide additional context with a string.

Type Definitions

Box containing a thread-safe + 'static error suitable for use as a as an std::error::Error::source.