Trait IfNotPredicate
type_freak::control
pub trait IfNotPredicate<Cond> where Cond: Boolean, { type Output; }
A type operator that checks if condition is False.
type Output
impl<Output> IfNotPredicate<B0> for Output
type Output = Output