Trait opendp::measurements::laplace::MakeLaplace
source · pub trait MakeLaplace<QO>: BaseLaplaceDomainwhere
(Self, Self::InputMetric): MetricSpace,{
// Required method
fn make_laplace(
input_domain: Self,
input_metric: Self::InputMetric,
scale: QO
) -> Fallible<Measurement<Self, Self::Carrier, Self::InputMetric, MaxDivergence<QO>>>;
}
Required Methods§
fn make_laplace( input_domain: Self, input_metric: Self::InputMetric, scale: QO ) -> Fallible<Measurement<Self, Self::Carrier, Self::InputMetric, MaxDivergence<QO>>>
Object Safety§
This trait is not object safe.