pub fn load<'a, S, T, D>(cli: &S, defaults: &D) -> Result<T>Expand description
Load the configuration
ยงErrors
Error::ConfigDir- No valid config directory could be foundError::ConfigBuild- Unable to build a valid configurationError::ConfigDeserialize- Unable to deserialize configuration- Any other error encountered while trying to read the config file