[−][src]Struct futures_util::stream::Chain
An adapter for chaining the output of two streams.
The resulting stream produces items from first stream and then from second stream.
Trait Implementations
impl<St1: Debug, St2: Debug> Debug for Chain<St1, St2>
[src]
[+]
impl<St1: Debug, St2: Debug> Debug for Chain<St1, St2>
impl<St1, St2> Stream for Chain<St1, St2> where
St1: Stream,
St2: Stream<Item = St1::Item>,
[src]
[+]
impl<St1, St2> Stream for Chain<St1, St2> where
St1: Stream,
St2: Stream<Item = St1::Item>,