pub fn from_iter<T, Iter>( iter: impl IntoIterator<Item = T, IntoIter = Iter>, ) -> Source<T>where Iter: Iterator<Item = T> + Send + 'static,