Trait vpsearch::MetricSpace [] [src]

pub trait MetricSpace {
    fn distance(&self, other: &Self) -> Distance;
}

Required Methods

fn distance(&self, other: &Self) -> Distance

Implementors