Module write

Source
Expand description

Additional combinators for testing async writers.

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.
Limited
I/O wrapper that limits the number of bytes written or read on each call.
TrackClosed
Async wrapper that tracks whether it has been closed.

Traits§

AsyncWriteTestExt
Additional combinators for testing async writers.