Trait statechart::Action [] [src]

pub trait Action: Debug {
    fn apply(&self, _: &mut Context) -> Result<(), Error>;
}

Required Methods

Implementors