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

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

Required methods

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

Loading content...

Implementations on Foreign Types

impl KeyFilter<str> for str

impl KeyFilter<str> for Vec<String, Global>

Loading content...

Implementors

Loading content...