pub trait KeyFilter<V>where
    V: ?Sized,
{ fn filter(&self, value: &V) -> bool; }

Required Methods

Implementations on Foreign Types

Implementors