Trait aper::Transition [−][src]
pub trait Transition: Sized + Unpin + 'static + Send + Clone + DeserializeOwned + Serialize + Debug + PartialEq + Sync { }Expand description
This trait indicates that a type can be used as the transition of a StateMachine.