pub trait Distance<T, Other> { // Required method fn distance(&self, other: &Other) -> T; }
Query Traits
Distance Queries