style

Trait CaseSensitivityExt

Source
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§