Skip to main content

import_on_the_fly_method

Function import_on_the_fly_method 

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