pub trait PathEvaluator: PathEvaluator3rd { }Expand description
Compatibility alias for third-order explicit path evaluators.
New code should prefer PathEvaluator2nd or PathEvaluator3rd to make
the supported derivative order explicit.
pub trait PathEvaluator: PathEvaluator3rd { }Compatibility alias for third-order explicit path evaluators.
New code should prefer PathEvaluator2nd or PathEvaluator3rd to make
the supported derivative order explicit.