pub fn insert_use_with_editor(
scope: &ImportScope,
path: Path,
cfg: &InsertUseConfig,
syntax_editor: &SyntaxEditor,
)Expand description
Insert an import path into the given file/node. A merge value of none indicates that no import merging is allowed to occur.