Skip to main content

IntegerHistogram

Type Alias IntegerHistogram 

Source
pub type IntegerHistogram<'de> = Vector<'de, HistogramBucket>;
Expand description

The wire type corresponding to IntegerHistogram.

Aliased Typeยง

pub struct IntegerHistogram<'de> { /* private fields */ }