pub type WeakHandle = Weak<Node>;
Weak reference to a DOM node, used for parent pointers.
struct WeakHandle { /* private fields */ }