pub trait AtomicNum: AtomicNumOps + AtomicOrd { }

Implementors§

source§

impl<T> AtomicNum for Twhere
    T: AtomicNumOps + AtomicOrd,