Skip to main content

Module failure

Module failure 

Source
Expand description

One error for anything that stops a piece of work: what was being done, and what went wrong underneath.

Structs§

Failure
A context and a cause rather than an enum, since every use is Display or source().

Traits§

Doing
Says what was being attempted when a Result went wrong.