Trait hydro_lang::stream::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§