pub trait AtomicFloatRepresentable: Sized {
type AtomicType: AtomicValue<Inner = Self> + From<Self>;
}Required Associated Types§
type AtomicType: AtomicValue<Inner = Self> + From<Self>
Object Safety§
This trait is not object safe.
pub trait AtomicFloatRepresentable: Sized {
type AtomicType: AtomicValue<Inner = Self> + From<Self>;
}