[][src]Type Definition prometheus::local::LocalIntCounter

type LocalIntCounter = GenericLocalCounter<AtomicU64>;

The integer version of LocalCounter. Provides better performance are all positive integers (natural numbers).