Crate futures_sink
Asynchronous sinks
This crate contains the Sink trait which allows values to be sent
asynchronously.
Traits
-
Sink
A
Sinkis a value into which other values can be sent, asynchronously.