[−][src]Module futures_util::try_stream
Streams
This module contains a number of functions for working with Streams
s
that return Result
s, allowing for short-circuiting computations.
Structs
AndThen | Stream for the |
ErrInto | Stream for the |
InspectErr | Stream for the |
InspectOk | Stream for the |
IntoAsyncRead | An |
IntoStream | Stream for the |
MapErr | Stream for the |
MapOk | Stream for the |
OrElse | Stream for the |
TryBufferUnordered | Stream for the
|
TryCollect | Future for the |
TryConcat | Future for the |
TryFilter | Stream for the |
TryFilterMap | Stream for the |
TryFlatten | Stream for the |
TryFold | Future for the |
TryForEach | Future for the |
TryForEachConcurrent | Future for the
|
TryNext | Future for the |
TrySkipWhile | Stream for the |
Traits
TryStreamExt | Adapters specific to |