[][src]Module sn0int_common::errors

Macros

anyhow

Construct an ad-hoc error from a string or existing non-anyhow error value.

bail

Return early with an error.

format_err

Construct an ad-hoc error from a string or existing non-anyhow error value.

Structs

Error

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

Traits

Context

Provides the context method for Result.

Type Definitions

Result