Trait fluvio_stream_model::store::KeyFilter[][src]

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

Required methods

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

Loading content...

Implementations on Foreign Types

impl KeyFilter<str> for str[src]

impl KeyFilter<str> for Vec<String>[src]

Loading content...

Implementors

Loading content...