pub trait MeasureDistance<'a> { // Required method fn measure(&self, other: VectorRef<'_>) -> VectorDistance; }