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
pub fn new_engine<R>(resolver: R, config: EvalConfig) -> Engine<R>where
R: EvaluationContext + 'static,Construct a new engine with the given resolver and configuration