pub type NodeRef = Rc<RefCell<NodeInner>>;
A reference-counted pointer to a node.
pub struct NodeRef { /* private fields */ }