pub(crate) type DomRoot<T> = Root<Dom<T>>;
A rooted reference to a DOM object.
struct DomRoot<T> { /* private fields */ }