Trait opendp::core::Measure[][src]

pub trait Measure: Default + Clone + PartialEq + Debug {
    type Distance;
}
Expand description

A representation of the distance between two distributions.

Associated Types

Implementors