Function is_valid_bst2

Source
pub fn is_valid_bst2(root: Option<Rc<RefCell<TreeNode>>>) -> bool