Type Alias markup5ever_rcdom::WeakHandle
source · pub type WeakHandle = Weak<Node>;
Expand description
Weak reference to a DOM node, used for parent pointers.
Aliased Type§
struct WeakHandle { /* private fields */ }
pub type WeakHandle = Weak<Node>;
Weak reference to a DOM node, used for parent pointers.
struct WeakHandle { /* private fields */ }