[][src]Trait type_freak::control::IfGreater

pub trait IfGreater<Lhs, Rhs> {
    type Output;
}

Returns input type if Lhs is greater than Rhs.

Associated Types

type Output

Loading content...

Implementors

impl<Lhs, Rhs, Output> IfGreater<Lhs, Rhs> for Output where
    Lhs: IsGreater<Rhs>,
    Output: IfPredicate<Gr<Lhs, Rhs>>,
    Gr<Lhs, Rhs>: Boolean
[src]

type Output = IfPredicateOutput<Output, Gr<Lhs, Rhs>>

Loading content...