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