new_engine

Function new_engine 

Source
pub fn new_engine<R>(resolver: R, config: EvalConfig) -> Engine<R>
where R: EvaluationContext + 'static,
Expand description

Construct a new engine with the given resolver and configuration