Function style::dom_apis::local_name_matches

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