Skip to main content

PathEvaluator

Trait PathEvaluator 

Source
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.

Implementors§