pub trait MinOrder<Other: ?Sized>: Sealed<Other> { type Min: Ordering; }
Helper trait for determining the weakest of two orderings.
The weaker of the two orderings.