import_on_the_fly_dot

Function import_on_the_fly_dot 

Source
pub(crate) fn import_on_the_fly_dot(
    acc: &mut Completions,
    ctx: &CompletionContext<'_>,
    dot_access: &DotAccess<'_>,
) -> Option<()>