pub type Evaluator<T> = Box<dyn Fn(Vec<SPathValue<'_, T>>) -> SPathValue<'_, T>>;Aliased Typeยง
pub struct Evaluator<T>(/* private fields */);pub type Evaluator<T> = Box<dyn Fn(Vec<SPathValue<'_, T>>) -> SPathValue<'_, T>>;pub struct Evaluator<T>(/* private fields */);