pub fn matches_complex_selector<E>(
iter: SelectorIter<'_, E::Impl>,
element: &E,
context: &mut MatchingContext<'_, E::Impl>,
) -> boolwhere
E: Element,
Expand description
Matches a complex selector.
pub fn matches_complex_selector<E>(
iter: SelectorIter<'_, E::Impl>,
element: &E,
context: &mut MatchingContext<'_, E::Impl>,
) -> boolwhere
E: Element,
Matches a complex selector.