diagnostics_hierarchy::testing

Trait CondensableOnDemand

Source
pub trait CondensableOnDemand {
    // Required method
    fn condense_histogram(&mut self);
}

Required Methods§

Implementors§

Source§

impl<T> CondensableOnDemand for ArrayContent<T>
where T: Add<Output = T> + Zero + AddAssign + Copy + MulAssign + PartialEq + Bounded,