pub fn get_all_path_leafs(
    db: &dyn SyntaxGroup,
    use_path: UsePath
) -> Vec<UsePathLeaf>
Expand description

Returns all the path leaves under a given use path.