Module ex_futures::sink [] [src]

Structs

Cloneable

A cloneable stream being created by into_cloneable function. You can clone this stream as you want. Each cloned stream is also cloneable.

UnsyncCloneable

A cloneable stream being created by into_cloneable function. You can clone this stream as you want. Each cloned stream is also cloneable.

Traits

SinkExt

An extension of Sink provided by futures crate. Any Sink implements SinkExt automatically. All you are needed to do is to import SinkExt.