pub trait HasAtomicInt: HasAtomic { type AtomicInt: AtomicInt<Primitive = Self>; }
A marker trait representing types that have an associated atomic integer type.