Module corona::wrappers [] [src]

Various wrappers and helper structs.

The types here are not expected to be used directly. These wrap some things (futures, references) and implement other functionality on them, but are usually created through methods in prelude.

Despite that, they still can be created and used directly if the need arises.

Structs

CleanupIterator

An iterator returned from CoroutineStream::iter_cleanup.

OkIterator

An iterator returned from CoroutineStream::iter_ok.

ResultIterator

An iterator returned from CoroutineStream::iter_result.

SinkSender

A future sending a sequence of items into a sink.

StreamExtractor

A future that extracts one item from a stream.