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