Trait prometheus::local::CounterWithValueType[][src]

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

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

Associated Types

the exact type which implements Atomic

Implementors