[][src]Module snafu::guide::examples::basic

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

Start by looking at the error type Error, then view the context selectors Leaf and Intermediate.

Structs

Intermediate

SNAFU context selector for the Error::Intermediate variant

Leaf

SNAFU context selector for the Error::Leaf variant

Enums

Error

An enumeration of possible errors.