pub fn load_config() -> Result<HermeticParallelConfig, Error>
Expand description
Loads a HermeticParallelConfig
.
Gets a configuration file from the default locations using get_config_file
and returns it as
HermeticParallelConfig
.
ยงErrors
Returns an error if no config file is found or if the HermeticParallelConfig
can not be
created.