pub trait AtomicExt<T> {
    fn atomic(self) -> T;
}

Required Methods

Implementations on Foreign Types

Implementors