pub fn module_uses(
db: &dyn DefsGroup,
module_id: ModuleId,
) -> Maybe<Arc<OrderedHashMap<UseId, UsePathLeaf>>>
Expand description
Returns all the uses of the given module.
pub fn module_uses(
db: &dyn DefsGroup,
module_id: ModuleId,
) -> Maybe<Arc<OrderedHashMap<UseId, UsePathLeaf>>>
Returns all the uses of the given module.