[][src]Module bard::error

Macros

anyhow

Construct an ad-hoc error from a string.

bail

Return early with an error.

ensure

Return early with an error if a condition is not satisfied.

Structs

ErrorWritingFile

Enums

ErrorNotify

Traits

_

Provides the context method for Result.

Type Definitions

Result

Result<T, Error>