Function from_iter

fn from_iter<I: IntoIterator>(iter: I) -> FromIter<<I as >::IntoIter>

Converts an iterator into an async iterator.