Module sfsm_base::__protected [−][src]
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
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.
Trait that will be implemented for the state machine.