load_configuration

Function load_configuration 

Source
pub fn load_configuration<PathT>(
    assets_path: PathT,
) -> Result<CredenceConfiguration, ConfigurationError>
where PathT: AsRef<Path>,
Expand description