ApplyPointFn

Type Alias ApplyPointFn 

Source
pub type ApplyPointFn<T, U, V> = ApplyValsFn<T, U, V>;
Expand description

Function pointer type to pass to apply_point() in PointND’s

Is equivalent to the ApplyValsFn alias