pub fn module_global_use_by_id(
db: &dyn DefsGroup,
global_use_id: GlobalUseId,
) -> Maybe<Option<UsePathStar>>
Expand description
Returns the use *
of the given module, by its ID.
pub fn module_global_use_by_id(
db: &dyn DefsGroup,
global_use_id: GlobalUseId,
) -> Maybe<Option<UsePathStar>>
Returns the use *
of the given module, by its ID.