pub type LabelGuardedIntCounterVec = LabelGuardedMetricVec<VecBuilderOfCounter<AtomicU64>>;Aliased Type§
pub struct LabelGuardedIntCounterVec {
    inner: MetricVec<impl MetricVecBuilder<M = GenericCounter<AtomicU64>>>,
    info: Arc<Mutex<RawMutex, LabelGuardedMetricsInfo>>,
    labels: Box<[&'static str]>,
}Fields§
§inner: MetricVec<impl MetricVecBuilder<M = GenericCounter<AtomicU64>>>§info: Arc<Mutex<RawMutex, LabelGuardedMetricsInfo>>§labels: Box<[&'static str]>