pub fn add_import( project: &ProjectRoot, file_path: &str, import_statement: &str, ) -> Result<String>
Add an import statement to a file at the correct position.