Trait utils_atomics::traits::HasAtomicInt
source · pub trait HasAtomicInt: HasAtomic {
type AtomicInt: AtomicInt<Primitive = Self>;
}
Expand description
A marker trait representing types that have an associated atomic integer type.