Type Alias OnlyIf

Source
pub type OnlyIf<A: Bool, B: Bool> = <A as BoolOnlyIf<B>>::Output;