pub fn load_env_file_iter<I, P>(paths: I) -> Result<(), CfgError>where I: IntoIterator<Item = P>, P: AsRef<Path>,
Load .env from multiple paths (any iterable), return on first success. If none found, return error.