Function selectors::matching::matches_complex_selector[][src]

pub fn matches_complex_selector<E, F>(
    iter: SelectorIter<'_, E::Impl>,
    element: &E,
    context: &mut MatchingContext<'_, E::Impl>,
    flags_setter: &mut F
) -> bool where
    E: Element,
    F: FnMut(&E, ElementSelectorFlags), 

Matches a complex selector.