Trait rel::eq::PartialEquivalenceRelation [] [src]

pub trait PartialEquivalenceRelation<A: ?Sized> {
    fn equal(&self, _: &A, _: &A) -> bool;

    fn inequal(&self, x: &A, y: &A) -> bool { ... }
}

Required Methods

Provided Methods

Implementors