Function find

Source
fn find(tree: &Option<Box<Node>>, path: Path) -> Option<(Path, u128)>