fn complete_methods(
ctx: &CompletionContext<'_>,
receiver: &Type<'_>,
traits_in_scope: &FxHashSet<TraitId>,
f: impl FnMut(Function),
)fn complete_methods(
ctx: &CompletionContext<'_>,
receiver: &Type<'_>,
traits_in_scope: &FxHashSet<TraitId>,
f: impl FnMut(Function),
)