pub type DomRoot<T> = Root<Dom<T>>;
Expand description
A rooted reference to a DOM object.
Aliased Type§
struct DomRoot<T> {
value: Dom<T>,
root_list: *const RootCollection,
}
Fields§
§value: Dom<T>
The value to root.
root_list: *const RootCollection
List that ensures correct dynamic root ordering