pub fn expect_stream_item<S: Stream + Unpin>( exec: &mut TestExecutor, stream: &mut S, ) -> S::Item
Polls the provided stream and expects a non-null item to be produced.
stream