pub trait CounterWithValueType { type ValueType: Atomic; }
For auto_flush::AFLocalCounter to use to make type inference possible
the exact type which implements Atomic