Trait opendp::traits::MeasureDistance[][src]

pub trait MeasureDistance: PartialOrd + for<'a> FallibleSub<&'a Self, Output = Self> { }
Expand description

A type that can be used as a measure distance.

Implementors