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
pub type ApplyPointFn<T, U, V> = ApplyValsFn<T, U, V>;Function pointer type to pass to apply_point() in PointND’s
Is equivalent to the ApplyValsFn alias