pub fn load_from( vars: &HashMap<String, String>, opts: Options, ) -> Result<Config, AdapterError>
Mount a prefixed slice of the supplied variables. Used by load, and by tests that must not touch the real environment.
load