pub trait Equivalent<K: ?Sized> {
    fn equivalent(&self, key: &K) -> bool;
}

Required Methods

Implementors