Function is_valid_bst

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