Type Definition ore::metrics::CounterVec [−][src]
pub type CounterVec = DeleteOnDropWrapper<CounterVec>;
This is supported on crate feature
metrics
only.Expand description
Delete-on-drop shadow of Prometheus prometheus::CounterVec.