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. IfNone, load it from the default location.
See default_path for the default location.