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

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