Trait selectors::MatchAttrGeneric [] [src]

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

Associated Types

Required Methods

Implementors