Type Alias dmntk_feel::Evaluator

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

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

Aliased Type§

struct Evaluator(/* private fields */);