ApplyFn

Type Alias ApplyFn 

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

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