Function css::selectors::matching::matches_selector_list [] [src]

pub fn matches_selector_list<E>(
    selector_list: &SelectorList<E::Impl>,
    element: &E,
    context: &mut MatchingContext
) -> bool where
    E: Element