monoio
0.2.4
Module stream
Module Items
Structs
Traits
Functions
In monoio::
io
monoio
::
io
Module
stream
Copy item path
Source
Expand description
Stream trait in GAT style.
Structs
§
Iter
Stream for the
iter
function.
Traits
§
Stream
A stream of values produced asynchronously in pure async/await.
Stream
Ext
Stream extensions.
Functions
§
iter
Converts an
Iterator
into a
Stream
which is always ready to yield the next value.