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