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