pub trait AtomicNumOps<T = <Self as Atomic>::Primitive>: Atomic + AtomicAdd<T> + AtomicSub<T> { }

Implementors