pub fn module_impls(
    db: &dyn DefsGroup,
    module_id: ModuleId
) -> Maybe<OrderedHashMap<ImplDefId, ItemImpl>>
Expand description

Returns all the impls of the given module.