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