fn write_results<P>( options: &MigrateOptions, path: P, toml: &str, ) -> Result<(), String>where P: AsRef<Path> + Debug,
Write migrated TOML to its target location.