pub trait OurSelectorExt {
// Required method
fn is_false_if_any_selector_is_simple_and_only_uses_the_descendant_combinator(
&self,
) -> bool;
}
pub trait OurSelectorExt {
// Required method
fn is_false_if_any_selector_is_simple_and_only_uses_the_descendant_combinator(
&self,
) -> bool;
}