Type Alias NodePtrRef

Source
pub type NodePtrRef = Rc<RefCell<NodePointer>>;
Expand description

A reference-counted pointer to a pointer.

Aliased Typeยง

struct NodePtrRef { /* private fields */ }