pub type Evaluate = Box<dyn Evaluator + Send + Sync + 'static>;

Aliased Type§

struct Evaluate(/* private fields */);