[][src]Module futures_util::try_stream

Streams

This module contains a number of functions for working with Streamss that return Results, allowing for short-circuiting computations.

Structs

ErrInto

Stream for the err_into method.

IntoAsyncRead

An AsyncRead for the into_async_read combinator.

IntoStream

Stream for the into_stream method.

MapErr

Stream for the map_err method.

MapOk

Stream for the map_ok method.

TryBufferUnordered

Stream for the try_buffer_unordered method.

TryCollect

Future for the try_collect method.

TryConcat

Future for the try_concat method.

TryFilterMap

Stream for the try_filter_map method.

TryFold

Future for the try_fold method.

TryForEach

Future for the try_for_each method.

TryForEachConcurrent

Future for the try_for_each_concurrent method.

TryNext

Future for the try_next method.

TrySkipWhile

Stream for the try_skip_while method.

Traits

TryStreamExt

Adapters specific to Result-returning streams