Trait sfsm_base::__protected::IsState [−][src]
pub trait IsState<State>: StateMachine {
fn is_state(&self) -> bool;
}Expand description
An implementation of this trait will be generated for every state. This is can be used to test if the state machine is in a desired state.