cairo_lang_semantic::items::imp

Function find_candidates_at_context

Source
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.