pub type NodeRef<T> = Rc<RefCell<TreeNode<T>>>;
Alias for a reference-counted tree node
pub struct NodeRef<T> { /* private fields */ }