futures_async_combinators::stream
pub fn iter<I>(i: I) -> impl Stream<Item = I::Item> where I: IntoIterator,