pub trait HasAtomic {
    type Atomic: Atomic<Primitive = Self>;
}

Required Associated Types

Implementations on Foreign Types

Implementors