Expand description
Additional combinators for testing sinks.
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. - Track
Closed - Async wrapper that tracks whether it has been closed.
Traits§
- Sink
Test Ext - Additional combinators for testing sinks.