pub fn build_decision_table_evaluator(
    scope: &Scope,
    decision_table: &DecisionTable
) -> Result<Box<dyn Fn(&Scope) -> Value + Sync + Send + 'static, Global>, DmntkError>
Expand description