Trait opendp::core::Metric[][src]

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

A representation of the distance between two elements in a set.

Associated Types

Implementors