Module stream

Module stream 

Source
Expand description

Additional combinators for testing streams.

Structs§

AssertUnmoved
Combinator that asserts that the underlying type is not moved after being polled.
InterleavePending
Wrapper that interleaves Poll::Pending in calls to poll.

Traits§

StreamTestExt
Additional combinators for testing streams.