Crate sfsm_base[][src]

Traits

State

Trait that must be implemented by all states

Transition

Trait that must be implemented by a state that want to transition to DestinationState.