pub type DeleteOnDropHistogram<L> = DeleteOnDropMetric<HistogramVec, L>;Available on crate feature
metrics only.Expand description
A Histogram wrapper that deletes its labels from the vec when it is dropped.
Aliased Type§
pub struct DeleteOnDropHistogram<L> { /* private fields */ }