Type Definition dmntk_feel::Evaluator[][src]

pub type Evaluator = Box<dyn Fn(&Scope) -> Value>;
Expand description

Type alias of the function that evaluates FEEL expression or DMN model into Value.