[][src]Trait sm::InitialState

pub trait InitialState: State { }

InitialState is a custom marker trait that allows a state to be used as the initial state in a state machine. This trait is a superset of the State trait.

If you are using the sm! macro, then there is no need to interact with this trait.

Implementors