Type Alias DistanceFunction

Source
type DistanceFunction = dyn Fn(&[f64], &[f64]) -> f64 + Sync + Send;