pub fn load_config( _config_path: &str, ) -> Result<Config, Box<dyn Error + Send + Sync>>
Loads configuration from a config file path.
This function will return an error if the config cannot be loaded.