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

pub trait CounterWithValueType {
    type ValueType: Atomic;
}

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

Associated Types

type ValueType: Atomic

the exact type which implements Atomic

Loading content...

Implementors

impl<P: Atomic> CounterWithValueType for GenericLocalCounter<P>[src]

type ValueType = P

Loading content...