Trait type_level_logic::strong::boolean::BoolOr []

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

Boolean Or. Use as Or<X, Y> or <X as BoolOr<Y>>::Output.

Associated Types

Implementors