pub trait PyAtomicScalar: Sealed {
    type Radium: Radium<Item = Self>;
}

Required Associated Types§

Implementations on Foreign Types§

Implementors§