Type Alias HTMLOptionElementOrHTMLOptGroupElement

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

Aliased Type§

pub(crate) enum HTMLOptionElementOrHTMLOptGroupElement {
    HTMLOptionElement(Root<Dom<HTMLOptionElement>>),
    HTMLOptGroupElement(Root<Dom<HTMLOptGroupElement>>),
}

Variants§

§

HTMLOptionElement(Root<Dom<HTMLOptionElement>>)

§

HTMLOptGroupElement(Root<Dom<HTMLOptGroupElement>>)