Module futures_util::try_stream
source · Expand description
Streams
This module contains a number of functions for working with Streams
s
that return Result
s, allowing for short-circuiting computations.
Structs§
- Stream for the
and_then
method. - Stream for the
err_into
method. - Stream for the
inspect_err
method. - Stream for the
inspect_ok
method. - An
AsyncRead
for theinto_async_read
combinator. - Stream for the
into_stream
method. - Stream for the
map_err
method. - Stream for the
map_ok
method. - Stream for the
or_else
method. - Stream for the
try_buffer_unordered
method. - Future for the
try_collect
method. - Future for the
try_concat
method. - Stream for the
try_filter
method. - Stream for the
try_filter_map
method. - Future for the
try_fold
method. - Future for the
try_for_each
method. - Future for the
try_for_each_concurrent
method. - Future for the
try_next
method. - Stream for the
try_skip_while
method.
Traits§
- Adapters specific to
Result
-returning streams