Trait prometheus::local::CounterWithValueType
source · pub trait CounterWithValueType {
type ValueType: Atomic;
}
Expand description
For auto_flush::AFLocalCounter to use to make type inference possible
pub trait CounterWithValueType {
type ValueType: Atomic;
}
For auto_flush::AFLocalCounter to use to make type inference possible