pub type HTMLOrSVGImageElement = Root<Dom<HTMLImageElement>>;

Aliased Type§

struct HTMLOrSVGImageElement {
    value: Dom<HTMLImageElement>,
    root_list: *const RootCollection,
}

Fields§

§value: Dom<HTMLImageElement>

The value to root.

§root_list: *const RootCollection

List that ensures correct dynamic root ordering