Skip to main content

Module basic

Module basic 

Source
Available on crate feature guide only.
Expand description

The most common usage of SNAFU — an enumeration of possible errors.

Start by looking at the error type Error, then view the context selectors LeafSnafu and IntermediateSnafu.

Structs§

IntermediateSnafu
SNAFU context selector for the Error::Intermediate variant
LeafSnafu
SNAFU context selector for the Error::Leaf variant

Enums§

Error
An enumeration of possible errors.