pub type NodePtrRef = Rc<RefCell<NodePointer>>;Expand description
A reference-counted pointer to a pointer.
Aliased Typeยง
struct NodePtrRef { /* private fields */ }pub type NodePtrRef = Rc<RefCell<NodePointer>>;A reference-counted pointer to a pointer.
struct NodePtrRef { /* private fields */ }