pub trait CaseSensitivityExt {
    // Required method
    fn eq_atom(self, a: &WeakAtom, b: &WeakAtom) -> bool;
}
Expand description

Extension methods for selectors::attr::CaseSensitivity

Required Methods§

source

fn eq_atom(self, a: &WeakAtom, b: &WeakAtom) -> bool

Return whether two atoms compare equal according to this case sensitivity.

Implementations on Foreign Types§

source§

impl CaseSensitivityExt for CaseSensitivity

source§

fn eq_atom(self, a: &WeakAtom, b: &WeakAtom) -> bool

Implementors§