Trait type_level_logic::strong::boolean::BoolAnd []

pub trait BoolAnd<B: Bool>: Bool {
    type Output: Bool;
}

Boolean And. Use as And<X, Y> or <X as BoolAnd<Y>>::Output.

Associated Types

Implementors