pub fn load_config() -> Result<ConfigBuilder, ConfigError>Expand description
Loads client options in the following order:
- User’s shared configuration directory (ie, XDG_CONFIG_HOME or %LOCALAPPDATA%).
- Current directory.
- Environment variables.
pub fn load_config() -> Result<ConfigBuilder, ConfigError>Loads client options in the following order: