selectors::builder

Function complex_selector_specificity_and_flags

Source
fn complex_selector_specificity_and_flags<Impl>(
    iter: Iter<'_, Component<Impl>>,
    for_nesting_parent: bool,
) -> SpecificityAndFlags
where Impl: SelectorImpl,