Module prepare_send

Source
Expand description

Extension trait for using [Sink] more safely.

Macros§

dprintln 🔒
Switch to the nontrivial version of this, to get debugging output on stderr

Structs§

SinkPrepareSendFuture
Future for SinkPrepareExt::prepare_send_from
SinkSendable
A [Sink] which is ready to receive an item

Traits§

SinkPrepareExt
Extension trait for [Sink] to add a method for cancel-safe usage.