[]Trait fluvio::metadata::store::KeyFilter

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

Required methods

fn filter(&self, value: &V) -> bool

Loading content...

Implementations on Foreign Types

impl KeyFilter<str> for Vec<String>

impl KeyFilter<str> for str

Loading content...

Implementors

Loading content...