pub fn module_scope(
    db: &dyn SemanticGroup,
    module_id: ModuleId
) -> Maybe<Arc<Scope>>
Expand description

Query implementation of crate::db::SemanticGroup::module_scope.