[][src]Trait talus::PreMetric

pub trait PreMetric {
    fn predistance(&self, other: &Self) -> f64;
}

Required methods

fn predistance(&self, other: &Self) -> f64

Loading content...

Implementations on Foreign Types

impl PreMetric for Vec<f64>[src]

Loading content...

Implementors

Loading content...