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