pub type TreeNode = Rc<RefCell<Node>>;
Type alias for tree internal node.
pub struct TreeNode { /* private fields */ }