pub trait Comparable {
    fn is_comparable_to(&self, rhs: &Self) -> bool;
}

Required Methods§

Implementors§