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