pub fn load_config<'a, P>(config_path: &'a P) -> Result<Config, ConfigFileError>
where P: 'a + ?Sized + AsRef<Path>,
Expand description

Loads a TOML config file into a Config structure.