Type Definition dmntk_feel::Evaluator

source · []
pub type Evaluator = Box<dyn Fn(&Scope) -> Value + Send + Sync>;
Expand description

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