Crate state_machine_builder

Crate state_machine_builder 

Source

Enums§

SMReturn

Traits§

StateEvent
StateHandler
StateMachineDef

Type Aliases§

State
Allows easy creation of State types for a state machine For example if you have a state machine with a: Type of: u32 Event of: bool Context of: () Then you can easily create the State type by just specifying: