pub fn read_config_from_file<P: AsRef<Path>>(
config: Option<ConfigBuilder>,
path: P,
) -> Result<ConfigBuilder, ConfigError>Expand description
Loads configuration values from a TOML file.
pub fn read_config_from_file<P: AsRef<Path>>(
config: Option<ConfigBuilder>,
path: P,
) -> Result<ConfigBuilder, ConfigError>Loads configuration values from a TOML file.