pub trait Representable {
    fn representable(&self, by: &Self) -> RepEquality;
}

Required methods

Implementors