zip_array

Function zip_array 

Source
pub fn zip_array<T, F>(fs: Vec<F>) -> ZipArray<T> 
where F: Future<Output = T> + Send + 'static,