Module __protected

Module __protected 

Source
Expand description

Contains traits that are used to interact with the state machine but should not be implemented manually. All necessary implementations will be created by the macros.

Traitsยง

IsState
An implementation of this trait will be generated for every state. This is can be used to test if the state machine is in a desired state.
StateMachine
Trait that will be implemented for the state machine.