pub(crate) type HTMLElementOrLong = HTMLElementOrLong<DomTypeHolder>;
Aliased Type§
pub(crate) enum HTMLElementOrLong {
HTMLElement(Root<Dom<HTMLElement>>),
Long(i32),
}
pub(crate) type HTMLElementOrLong = HTMLElementOrLong<DomTypeHolder>;
pub(crate) enum HTMLElementOrLong {
HTMLElement(Root<Dom<HTMLElement>>),
Long(i32),
}