Expand description

Contains definitions for a state machine that contains error handling mechanisms

Enums

An error type that will be returned by the state machine if something goes wrong.

Traits

This trait must be implemented by the error state.

Trait that must be implemented by all states that are used by the fallible state machine.

Trait that must be implemented by all states have a transition.