load

Function load 

Source
pub fn load<P: AsRef<Path>>(path: Option<P>) -> Result<Config, ConfigError>
Expand description

Load a configuration file

ยงArguments

  • path - the path to load the file from. If None, load it from the default location.

See default_path for the default location.