pub trait ReleaseOrRelaxed: Ordering { }Expand description
The trait bound for operations that only support release or relaxed ordering.
Object Safety§
This trait is not object safe.
pub trait ReleaseOrRelaxed: Ordering { }The trait bound for operations that only support release or relaxed ordering.