[][src]Module atelier_core::error

Standard Error, ErrorKind, and Result types.

Structs

Error

The Error type.

Enums

ErrorKind

The kind of an error.

ErrorSource

The identification of an error's source used by the error trait.

Traits

AndPanic

Allows any value that implements Display to be the message in a panic.

ResultExt

Additional methods for Result, for easy interaction with this crate.

Type Definitions

Result

Convenient wrapper around std::Result.