[][src]Trait type_freak::control::IfElsePredicate

pub trait IfElsePredicate<Cond> where
    Cond: Boolean
{ type Output; }

A type operator that returns output depending Boolean condition.

Associated Types

type Output

Loading content...

Implementations on Foreign Types

impl<TrueOutput, FalseOutput> IfElsePredicate<B1> for (TrueOutput, FalseOutput)[src]

type Output = TrueOutput

impl<TrueOutput, FalseOutput> IfElsePredicate<B0> for (TrueOutput, FalseOutput)[src]

type Output = FalseOutput

Loading content...

Implementors

Loading content...