walk_use_tree

Function walk_use_tree 

Source
pub fn walk_use_tree(
    tree: &UseTree,
    current_path: &mut Vec<String>,
    results: &mut Vec<Vec<String>>,
)
Expand description

Walk a UseTree and extract all import paths as vectors of segments