load_config

Function load_config 

Source
pub fn load_config(
    _config_path: &str,
) -> Result<Config, Box<dyn Error + Send + Sync>>
Expand description

Loads configuration from a config file path.

ยงErrors

This function will return an error if the config cannot be loaded.