Skip to main content

NodePtrRef

Type Alias NodePtrRef 

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

A reference-counted pointer to a pointer.

Aliased Typeยง

pub struct NodePtrRef { /* private fields */ }