Type Definition xml5ever::rcdom::WeakHandle [] [src]

type WeakHandle = Weak<RefCell<Node>>;

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