[][src]Module futures_test::io::write

Additional combinators for testing async writers.

Structs

InterleavePending

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

Limited

I/O wrapper that limits the number of bytes written or read on each call.

Traits

AsyncWriteTestExt

Additional combinators for testing async writers.