[][src]Trait type_freak::control::IfPredicate

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

Returns input type if Cond evaluates to True.

Associated Types

type Output

Loading content...

Implementors

impl<Output> IfPredicate<B1> for Output[src]

type Output = Output

Loading content...