Skip to main content

StateMachineEvent

Trait StateMachineEvent 

Source
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.

Implementations on Foreign Types§

Source§

impl StateMachineEvent for ()

Implementors§