Type Definition leetcode_tree::TreeLink

source · []
pub type TreeLink = Option<Rc<RefCell<TreeNode>>>;