Struct tokio::prelude::stream::Concat2 [−][src]
A stream combinator to concatenate the results of a stream into the first yielded item.
This structure is produced by the Stream::concat
method.
Trait Implementations
impl<S> Future for Concat2<S> where
S: Stream,
<S as Stream>::Item: Extend<<<S as Stream>::Item as IntoIterator>::Item>,
<S as Stream>::Item: IntoIterator,
<S as Stream>::Item: Default,
[src]
[+]
impl<S> Future for Concat2<S> where
S: Stream,
<S as Stream>::Item: Extend<<<S as Stream>::Item as IntoIterator>::Item>,
<S as Stream>::Item: IntoIterator,
<S as Stream>::Item: Default,
impl<S> Debug for Concat2<S> where
S: Debug + Stream,
<S as Stream>::Item: Debug,
[src]
[+]
impl<S> Debug for Concat2<S> where
S: Debug + Stream,
<S as Stream>::Item: Debug,