pub trait Distance<Other> { fn distance(&self, other: Other) -> f32; }
The distance between two objects