pub type HTMLOrSVGImageElement<D> = DomRoot<<D as DomTypes>::HTMLImageElement>;
Aliased Type§
pub struct HTMLOrSVGImageElement<D> {
value: Dom<<D as DomTypes>::HTMLImageElement>,
root_list: *const RootCollection,
}
Fields§
§value: Dom<<D as DomTypes>::HTMLImageElement>
The value to root.
root_list: *const RootCollection
List that ensures correct dynamic root ordering