Trait logic::ops::Equivalent [] [src]

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

Required Methods

Implementors