Function selectors::matching::matches_rare_attribute_selector

source ยท
fn matches_rare_attribute_selector<E>(
    element: &E,
    attr_sel: &AttrSelectorWithOptionalNamespace<E::Impl>,
) -> bool
where E: Element,