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