pub trait MinOrder<Other: ?Sized>: Sealed<Other> {
type Min: Ordering;
}Expand description
Helper trait for determining the weakest of two orderings.
Required Associated Types§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".