Trait stochastic::Distance [] [src]

pub trait Distance {
    fn zero() -> Self;
}

A distance.

Required Methods

The zero distance.

Implementors