Function vomit_config::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.