Function selectors::matching::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>