Trait metrics::HistogramFn
source · pub trait HistogramFn {
// Required method
fn record(&self, value: f64);
}Expand description
A histogram handler.
pub trait HistogramFn {
// Required method
fn record(&self, value: f64);
}A histogram handler.