selectors::matching

Function relative_selector_match_early

Source
fn relative_selector_match_early<E: Element>(
    selector: &RelativeSelector<E::Impl>,
    element: &E,
    context: &mut MatchingContext<'_, E::Impl>,
) -> Option<bool>