pub(crate) type RadioNodeListOrElement = RadioNodeListOrElement<DomTypeHolder>;Aliased Type§
pub(crate) enum RadioNodeListOrElement {
RadioNodeList(Root<Dom<RadioNodeList>>),
Element(Root<Dom<Element>>),
}pub(crate) type RadioNodeListOrElement = RadioNodeListOrElement<DomTypeHolder>;pub(crate) enum RadioNodeListOrElement {
RadioNodeList(Root<Dom<RadioNodeList>>),
Element(Root<Dom<Element>>),
}