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