Type Alias IfThen

Source
pub type IfThen<A: Bool, B: Bool> = <A as BoolIfThen<B>>::Output;