Trait selectors::MatchAttrGeneric [] [src]

pub trait MatchAttrGeneric {
    fn match_attr<F>(&self, attr: &AttrSelector, test: F) -> bool where F: Fn(&str) -> bool;
}

Required Methods

fn match_attr<F>(&self, attr: &AttrSelector, test: F) -> bool where F: Fn(&str) -> bool

Implementors