Type Alias DistanceFunc

Source
pub type DistanceFunc<T> = fn(&[T], &[T]) -> f32;