[][src]Module futures_test::sink

Additional combinators for testing sinks.

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.

TrackClosed

Async wrapper that tracks whether it has been closed.

Traits

SinkTestExt

Additional combinators for testing sinks.