pub fn init_config_to(path: &Path) -> Result<PathBuf, ConfigError>Expand description
Testable variant of init_config that writes to an explicit path.
ยงErrors
ConfigError::AlreadyExistsif the file already existsConfigError::Ioon I/O failure
pub fn init_config_to(path: &Path) -> Result<PathBuf, ConfigError>Testable variant of init_config that writes to an explicit path.
ConfigError::AlreadyExists if the file already existsConfigError::Io on I/O failure