Crate error_test_sinks

Source
Expand description

Sink implementations for testing that simulate different types of errors.

Re-exports§

pub use start_send_error_sink::StartSendErrSink;
pub use poll_complete_error_sink::PollCompleteErrSink;
pub use close_error_sink::CloseErrSink;

Modules§

close_error_sink
poll_complete_error_sink
start_send_error_sink