pub fn walk_use_tree( tree: &UseTree, current_path: &mut Vec<String>, results: &mut Vec<Vec<String>>, )
Walk a UseTree and extract all import paths as vectors of segments
UseTree