Type Alias HTMLElementOrLong

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

Aliased Type§

pub(crate) enum HTMLElementOrLong {
    HTMLElement(Root<Dom<HTMLElement>>),
    Long(i32),
}

Variants§

§

HTMLElement(Root<Dom<HTMLElement>>)

§

Long(i32)