pub fn find_impls_at_module(
    db: &dyn SemanticGroup,
    inference: &Inference<'_>,
    module_id: ModuleId,
    concrete_trait_id: ConcreteTraitId,
    stable_ptr: SyntaxStablePtrId
) -> Maybe<Vec<ImplId>>
Expand description

Finds implementations for a concrete trait in a module.