Trait crs_bind::machine::StateMachine [−][src]
Denotes a type which represents a state machine.
Associated Types
Loading content...Required methods
fn state(&self) -> Self::State[src]
Gets the current state of the state machine.
fn transition(&self, state: Self::State)[src]
Transitions the state machine to a new state.