Struct ordered_stream::IntoTupleStream [−][src]
pub struct IntoTupleStream<S> { /* fields omitted */ }
Expand description
A Stream
for the into_tuple_stream
function.
Trait Implementations
Returns true
if the stream should no longer be polled.
Attempt to pull out the next value of this stream, registering the
current task for wakeup if the value is not yet available, and returning
None
if the stream is exhausted. Read more