[][src]Function leetcode_rust::validate_binary_search_tree::is_valid_bst

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