[][src]Module futures_test::future

Additional combinators for testing futures.

Structs

AssertUnmoved

Combinator for the FutureTestExt::assert_unmoved method.

InterleavePending

Wrapper that interleaves Poll::Pending in calls to poll.

PendingOnce

Combinator that guarantees one Poll::Pending before polling its inner future.

Traits

FutureTestExt

Additional combinators for testing futures.