Type Alias LabelGuardedHistogram

Source
pub type LabelGuardedHistogram = LabelGuardedMetric<Histogram>;

Aliased Type§

struct LabelGuardedHistogram {
    inner: Histogram,
    _guard: Arc<LabelGuard>,
}

Fields§

§inner: Histogram§_guard: Arc<LabelGuard>

Implementations§