Module futures_test::io::write

source ·
Expand description

Additional combinators for testing async writers.

Structs§

  • Combinator that asserts that the underlying type is not moved after being polled.
  • Wrapper that interleaves Poll::Pending in calls to poll.
  • I/O wrapper that limits the number of bytes written or read on each call.
  • Async wrapper that tracks whether it has been closed.

Traits§