ApplyValsFn

Type Alias ApplyValsFn 

Source
pub type ApplyValsFn<T, U, V> = fn(T, V) -> U;
Expand description

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

Is equivalent to the ApplyPointFn alias