pub fn walk_tree(dir: &Path, root: &Path) -> Result<Vec<Walk>>
Expand description

Helper function to Walk::generate(), prefer using it instead.