Crate futures_sink

Crate futures_sink 

Source
Expand description

Asynchronous sinks

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

Modules§

if_alloc 🔒

Traits§

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