Crate futures_sink[][src]

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.