Trait HistogramFn
pub trait HistogramFn {
// Required method
fn record(&self, value: f64);
}
Available on crate feature
component
only.Expand description
A histogram handler.
pub trait HistogramFn {
// Required method
fn record(&self, value: f64);
}
component
only.A histogram handler.