pub trait CaseSensitivityExt { // Required method fn eq_atom(self, a: &WeakAtom, b: &WeakAtom) -> bool; }
Extension methods for selectors::attr::CaseSensitivity
Return whether two atoms compare equal according to this case sensitivity.