Struct futures::stream::Chain [−][src]
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, St2> Debug for Chain<St1, St2> where
St1: Debug,
St2: Debug,
[src]
[+]
impl<St1, St2> Debug for Chain<St1, St2> where
St1: Debug,
St2: Debug,
impl<St1, St2> Stream for Chain<St1, St2> where
St1: Stream,
St2: Stream<Item = <St1 as Stream>::Item>,
[src]
[+]
impl<St1, St2> Stream for Chain<St1, St2> where
St1: Stream,
St2: Stream<Item = <St1 as Stream>::Item>,