Type Alias WeakHandle

Source
pub type WeakHandle = Weak<Node>;
Expand description

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

Aliased Typeยง

pub struct WeakHandle { /* private fields */ }