Type Alias RadioNodeListOrElement

Source
pub(crate) type RadioNodeListOrElement = RadioNodeListOrElement<DomTypeHolder>;

Aliased Type§

pub(crate) enum RadioNodeListOrElement {
    RadioNodeList(Root<Dom<RadioNodeList>>),
    Element(Root<Dom<Element>>),
}

Variants§

§

RadioNodeList(Root<Dom<RadioNodeList>>)

§

Element(Root<Dom<Element>>)