Trait hotshot_types::traits::metrics::Histogram
source · pub trait Histogram: Send + Sync + Debug + DynClone {
// Required method
fn add_point(&self, point: f64);
}
Expand description
A histogram which will record a series of points.