Trait prometheus::local::CounterWithValueType

source ·
pub trait CounterWithValueType {
    type ValueType: Atomic;
}
Expand description

For auto_flush::AFLocalCounter to use to make type inference possible

Required Associated Types§

source

type ValueType: Atomic

the exact type which implements Atomic

Implementors§