MinOrder

Trait MinOrder 

Source
pub trait MinOrder<Other: ?Sized>: Sealed<Other> {
    type Min: Ordering;
}
Expand description

Helper trait for determining the weakest of two orderings.

Required Associated Types§

Source

type Min: Ordering

The weaker of the two orderings.

Implementors§