Function preorder_traversal

Source
pub fn preorder_traversal(root: Option<Rc<RefCell<TreeNode>>>) -> Vec<i32>