[][src]Crate futures_sink

Asynchronous sinks

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

Enums

VecSinkError

The error type for Vec and VecDequeue when used as Sinks. Values of this type can never be created.

Traits

Sink

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