Function write_config_file

Source
pub fn write_config_file<T: Serialize>(path: &PathBuf, config: T) -> Result<()>