Module iter
futures_
util
0.3.31
Module iter
Module Items
Structs
Functions
In futures_
util::
stream
Modules
abortable
empty
futures_ordered
futures_unordered
iter
once
pending
poll_fn
poll_immediate
repeat
repeat_with
select
select_all
select_with_strategy
stream
try_stream
unfold
Structs
AbortHandle
AbortRegistration
Abortable
Aborted
All
AndThen
Any
BufferUnordered
Buffered
CatchUnwind
Chain
Chunks
Collect
Concat
Count
Cycle
Empty
Enumerate
ErrInto
Filter
FilterMap
FlatMap
FlatMapUnordered
Flatten
Fold
ForEach
ForEachConcurrent
Forward
Fuse
FuturesOrdered
FuturesUnordered
Inspect
InspectErr
InspectOk
IntoAsyncRead
IntoStream
Iter
Map
MapErr
MapOk
Next
NextIf
NextIfEq
Once
OrElse
Peek
PeekMut
Peekable
Pending
PollFn
PollImmediate
ReadyChunks
Repeat
RepeatWith
ReuniteError
Scan
Select
SelectAll
SelectNextSome
SelectWithStrategy
Skip
SkipWhile
SplitSink
SplitStream
StreamFuture
Take
TakeUntil
TakeWhile
Then
TryAll
TryAny
TryBufferUnordered
TryBuffered
TryChunks
TryChunksError
TryCollect
TryConcat
TryFilter
TryFilterMap
TryFlatten
TryFlattenUnordered
TryFold
TryForEach
TryForEachConcurrent
TryNext
TryReadyChunks
TryReadyChunksError
TrySkipWhile
TryTakeWhile
TryUnfold
Unfold
Unzip
Zip
Enums
PollNext
Traits
FusedStream
Stream
StreamExt
TryStream
TryStreamExt
Functions
abortable
assert_stream
empty
iter
once
pending
poll_fn
poll_immediate
repeat
repeat_with
select
select_all
select_with_strategy
try_unfold
unfold
Type Aliases
BoxStream
FlattenUnordered
LocalBoxStream
futures_util
::
stream
Module
iter
Copy item path
Settings
Help
Summary
Source
Structs
§
Iter
Stream for the
iter
function.
Functions
§
iter
Converts an
Iterator
into a
Stream
which is always ready to yield the next value.