Skip to main content

load_configuration_from_file

Function load_configuration_from_file 

Source
pub fn load_configuration_from_file(
    path: &Path,
) -> Result<Configuration, ConfigError>
Expand description

Load configuration from an explicit file path.

ยงErrors

Returns an error if the file cannot be read or parsed.