Trait foxbox_taxonomy::selector::SelectedBy [] [src]

pub trait SelectedBy<T> {
    fn matches(&self, &T) -> bool;
}

Required Methods

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

Implementors