Struct futures_util::stream::Chain [−][src]
#[must_use = "streams do nothing unless polled"]pub struct Chain<St1, St2> { /* fields omitted */ }
Stream for the chain method.
Trait Implementations
impl<St1, St2> FusedStream for Chain<St1, St2> where
St1: Stream,
St2: FusedStream<Item = St1::Item>, [src]
impl<St1, St2> FusedStream for Chain<St1, St2> where
St1: Stream,
St2: FusedStream<Item = St1::Item>, [src]fn is_terminated(&self) -> bool[src]
impl<'__pin, St1, St2> Unpin for Chain<St1, St2> where
__Origin<'__pin, St1, St2>: Unpin, [src]
__Origin<'__pin, St1, St2>: Unpin,
Auto Trait Implementations
impl<St1, St2> RefUnwindSafe for Chain<St1, St2> where
St1: RefUnwindSafe,
St2: RefUnwindSafe,
St1: RefUnwindSafe,
St2: RefUnwindSafe,
impl<St1, St2> Send for Chain<St1, St2> where
St1: Send,
St2: Send,
St1: Send,
St2: Send,
impl<St1, St2> Sync for Chain<St1, St2> where
St1: Sync,
St2: Sync,
St1: Sync,
St2: Sync,
impl<St1, St2> UnwindSafe for Chain<St1, St2> where
St1: UnwindSafe,
St2: UnwindSafe,
St1: UnwindSafe,
St2: UnwindSafe,