pub type LabelGuardedIntCounter = LabelGuardedMetric<IntCounter>;
Aliased Type§
struct LabelGuardedIntCounter {
inner: GenericCounter<AtomicU64>,
_guard: Arc<LabelGuard>,
}
Fields§
§inner: GenericCounter<AtomicU64>
§_guard: Arc<LabelGuard>
pub type LabelGuardedIntCounter = LabelGuardedMetric<IntCounter>;
struct LabelGuardedIntCounter {
inner: GenericCounter<AtomicU64>,
_guard: Arc<LabelGuard>,
}
inner: GenericCounter<AtomicU64>
§_guard: Arc<LabelGuard>