Crate async_fsm

Source

Structs§

Data
The data catured on the incomming event.
StateMachine
StateMachine it is a Finite State Machine that provides an abstract interface and async interactions.

Traits§

Transition
The trains needs to be implemented for each “State” to ensure state transitions.