pub fn find_candidates_at_context(
db: &dyn SemanticGroup,
lookup_context: &ImplLookupContext,
filter: &TraitFilter,
) -> Maybe<OrderedHashSet<UninferredImpl>>
Expand description
Finds all the implementations of a concrete trait, in a specific lookup context.