Struct futures_util::future::FlattenStream
source · pub struct FlattenStream<F>where
F: Future,{ /* private fields */ }
Expand description
Stream for the flatten_stream
method.
Trait Implementations§
source§impl<F> FusedStream for FlattenStream<F>where
Flatten<F, <F as Future>::Output>: FusedStream,
F: Future,
impl<F> FusedStream for FlattenStream<F>where
Flatten<F, <F as Future>::Output>: FusedStream,
F: Future,
source§fn is_terminated(&self) -> bool
fn is_terminated(&self) -> bool
Returns
true
if the stream should no longer be polled.