Trait statechart::Output [] [src]

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

Required Methods

Implementors