Trait Target

Source
pub trait Target<Item: ?Sized = Self> {
    // Required method
    fn matches(&self, elem: &Item) -> bool;
}

Required Methods§

Source

fn matches(&self, elem: &Item) -> bool

Implementors§