Type Alias measured::Histogram

source ·
pub type Histogram<const N: usize> = Metric<HistogramState<N>>;

Aliased Type§

struct Histogram<const N: usize> { /* private fields */ }