Crate futures_sink

Crate futures_sink 

Source
Expand description

Asynchronous sinks

This crate contains the Sink trait which allows values to be sent asynchronously.

Traitsยง

Sink
A Sink is a value into which other values can be sent, asynchronously.