selectors::matching

Function matches_complex_selector

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

Matches a complex selector.