Struct statechart::Final
[−]
[src]
pub struct Final { /* fields omitted */ }Methods
impl Final[src]
Trait Implementations
impl Debug for Final[src]
impl State for Final[src]
impl StateBuilder for Final[src]
fn mut_on_entry(&mut self) -> &mut Vec<Box<Action>>
fn mut_on_exit(&mut self) -> &mut Vec<Box<Action>>
fn push_on_entry(self, a: Box<Action>) -> Self where
Self: Sized,
Self: Sized,
fn push_on_exit(self, a: Box<Action>) -> Self where
Self: Sized,
Self: Sized,