Type Alias LabelGuardedIntCounter

Source
pub type LabelGuardedIntCounter = LabelGuardedMetric<IntCounter>;

Aliased Type§

struct LabelGuardedIntCounter {
    inner: GenericCounter<AtomicU64>,
    _guard: Arc<LabelGuard>,
}

Fields§

§inner: GenericCounter<AtomicU64>§_guard: Arc<LabelGuard>

Implementations§