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