pub trait UpdateOrdering: Ordering {
type Load: LoadOrdering;
type Store: StoreOrdering;
}Required Associated Types§
type Load: LoadOrdering
type Store: StoreOrdering
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".