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