Trait MinOrder

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

Helper trait for determining the weakest of two orderings.

Required Associated Types§

Source

type Min

The weaker of the two orderings.

Implementors§