Trait HistogramParams

Source
pub trait HistogramParams { }
Expand description

For many of the histogram space optimizations, a set of parameters are needed to interpret the data in memory as a histogram. These parameters are often needed to create a more complex kind of histogram, and they always must be passed in the histogram’s labels and frequency functions.

Implementors§