import_on_the_fly_method

Function import_on_the_fly_method 

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