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

Matches a complex selector.