fn import_on_the_fly_method(
acc: &mut Completions,
ctx: &CompletionContext<'_>,
dot_access: &DotAccess<'_>,
import_assets: ImportAssets<'_>,
position: SyntaxNode,
potential_import_name: String,
) -> Option<()>fn import_on_the_fly_method(
acc: &mut Completions,
ctx: &CompletionContext<'_>,
dot_access: &DotAccess<'_>,
import_assets: ImportAssets<'_>,
position: SyntaxNode,
potential_import_name: String,
) -> Option<()>