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§
- Sink
Prepare Send Future - Future for
SinkPrepareExt::prepare_send_from
- Sink
Sendable - A [
Sink
] which is ready to receive an item
Traits§
- Sink
Prepare Ext - Extension trait for [
Sink
] to add a method for cancel-safe usage.