Skip to main content

load_config

Function load_config 

Source
pub fn load_config(explicit_path: Option<&Path>) -> Result<TalonConfig>
Expand description

Loads config from the default path or an explicit path.

ยงErrors

Returns an error if the config file cannot be found or parsed.