pub type LocalIntCounter = GenericLocalCounter<AtomicU64>;
Expand description

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