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

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

A type operator that checks if condition is False.

Associated Types

type Output

Loading content...

Implementors

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

type Output = Output

Loading content...