[][src]Trait type_freak::control::IfNotPredicate

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

Returns input type if Cond evaluates to False.

Associated Types

type Output

Loading content...

Implementors

impl<Output> IfNotPredicate<B0> for Output[src]

type Output = Output

Loading content...