pub type LabelGuardedHistogram = LabelGuardedMetric<Histogram>;
Aliased Type§
struct LabelGuardedHistogram {
inner: Histogram,
_guard: Arc<LabelGuard>,
}
Fields§
§inner: Histogram
§_guard: Arc<LabelGuard>
pub type LabelGuardedHistogram = LabelGuardedMetric<Histogram>;
struct LabelGuardedHistogram {
inner: Histogram,
_guard: Arc<LabelGuard>,
}
inner: Histogram
§_guard: Arc<LabelGuard>