pub trait StateMachineEvent { }Expand description
A state machine event.
Optionally implement this trait for a single type in a state_machine module
to mark it as the event type to be used by the state machine and its states.
pub trait StateMachineEvent { }A state machine event.
Optionally implement this trait for a single type in a state_machine module
to mark it as the event type to be used by the state machine and its states.