transform_method_call_into_assoc_fn

Function transform_method_call_into_assoc_fn 

Source
fn transform_method_call_into_assoc_fn(
    sema: &Semantics<'_, RootDatabase>,
    source_change: &mut SourceChange,
    f: Function,
    find_path_config: FindPathConfig,
)