pub fn all_vec<T: Send + Sync + 'static>( configs: Vec<Config<T>>, ) -> Config<Vec<T>>
Load multiple configs and collect results into a Vec (Effect Config.all on a slice).
Vec
Config.all