Crate futures_sink
source · [−]Expand description
Asynchronous sinks
This crate contains the Sink
trait which allows values to be sent
asynchronously.
Traits
A
Sink
is a value into which other values can be sent, asynchronously.