Module atm_async_utils::test_sink [] [src]

Provides a wrapper for sinks, to test blocking and errors.

Structs

TestSink

A Sink wrapper that modifies operations of the inner Sink according to the provided iterators.

Enums

FlushOp

What to do the next time poll_complete is called.

SendOp

What to do the next time start_send is called.