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

Required Methods

Implementors