pub fn stream_from_async_iter<S>( stream: S, ) -> impl Stream<Item = Result<DataRow, String>>where S: Stream<Item = Result<DataRow, String>>,
Helper for creating streams from async iterators