Skip to main content

WeakNodeRef

Type Alias WeakNodeRef 

Source
pub type WeakNodeRef = Weak<RefCell<NodeInner>>;
Expand description

A weak reference to a node, used to avoid reference cycles.

Aliased Typeยง

pub struct WeakNodeRef { /* private fields */ }