[][src]Type Definition type_freak::control::IfElsePredicateOutput

type IfElsePredicateOutput<TrueOutput, FalseOutput, Cond> = <(TrueOutput, FalseOutput) as IfElsePredicate<Cond>>::Output;