Function selectors::matching::matches_local_name

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