Trait statechart::Conditional [] [src]

pub trait Conditional {
    fn eval(&self, _: &Interpreter) -> bool;
}

Required Methods

Implementors