Expand description
Additional combinators for testing async readers.
Structs§
- Assert
Unmoved - Combinator that asserts that the underlying type is not moved after being polled.
- Interleave
Pending - 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§
- Async
Read Test Ext - Additional combinators for testing async readers.