selectors::matching

Function matches_local_name

Source
fn matches_local_name<E>(element: &E, local_name: &LocalName<E::Impl>) -> bool
where E: Element,