iceoryx2_cli::filter

Trait Filter

source
pub trait Filter<T>: Debug {
    // Required method
    fn matches(&self, item: &T) -> bool;
}

Required Methods§

source

fn matches(&self, item: &T) -> bool

Implementors§