pub type WeakHandle = Weak<Node>;
Expand description

Weak reference to a DOM node, used for parent pointers.