Function selectors::matching::matches_complex_selector

source ยท
fn matches_complex_selector<E>(
    iter: SelectorIter<'_, E::Impl>,
    element: &E,
    context: &mut MatchingContext<'_, E::Impl>,
    rightmost: SubjectOrPseudoElement,
) -> KleeneValue
where E: Element,
Expand description

Matches a complex selector.