Trait logic::ops::Or [] [src]

pub trait Or<T, RHS> {
    fn or(self, rhs: RHS) -> Expr<T>;
}

Required Methods

Implementors