pub fn module_impls( db: &dyn DefsGroup, module_id: ModuleId, ) -> Maybe<Arc<OrderedHashMap<ImplDefId, ItemImpl>>>
Returns all the impls of the given module.