pub fn get_all_path_leaves(
db: &dyn SyntaxGroup,
use_item: &ItemUse,
) -> Vec<UsePathLeaf>
Expand description
Returns all the path leaves under a given use item.
pub fn get_all_path_leaves(
db: &dyn SyntaxGroup,
use_item: &ItemUse,
) -> Vec<UsePathLeaf>
Returns all the path leaves under a given use item.