pub type GaugeVec<P> = MetricVec<GaugeVecBuilder<P>>;
Expand description
The underlying implementation for GaugeVec
and IntGaugeVec
.
Aliased Typeยง
struct GaugeVec<P> { /* private fields */ }
pub type GaugeVec<P> = MetricVec<GaugeVecBuilder<P>>;
The underlying implementation for GaugeVec
and IntGaugeVec
.
struct GaugeVec<P> { /* private fields */ }