pub fn find_impls_at_context(
    db: &dyn SemanticGroup,
    inference: &Inference<'_>,
    lookup_context: &ImplLookupContext,
    concrete_trait_id: ConcreteTraitId,
    stable_ptr: SyntaxStablePtrId
) -> Maybe<OrderedHashSet<ImplId>>
Expand description

Finds all the implementations of a concrete trait, in a specific lookup context.