pub trait SortMax<T: LProp, U: LProp> {
    type Out: LProp;
}
Expand description

Sorts two types.

Associated Types

The output type.

Implementations on Foreign Types

Implementors