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

pub trait CounterWithValueType {
    type ValueType: Atomic;
}

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

Associated Types

type ValueType: Atomic[src]

the exact type which implements Atomic

Loading content...

Implementors

Loading content...