Trait statechart::Condition [] [src]

pub trait Condition: Debug {
    fn eval(&self, _: &Context) -> bool;
}

Required Methods

Implementors