[][src]Type Definition instrumented::prometheus::core::GenericCounterVec

type GenericCounterVec<P> = MetricVec<CounterVecBuilder<P>>;

The underlying implementation for CounterVec and IntCounterVec.