Struct futures::stream::Concat [−][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<St> Unpin for Concat<St> where
St: Unpin + Stream,
[src]
impl<St> Unpin for Concat<St> where
St: Unpin + Stream,
impl<St> Debug for Concat<St> where
St: Stream + Debug,
<St as Stream>::Item: Debug,
[src]
[+]
impl<St> Debug for Concat<St> where
St: Stream + Debug,
<St as Stream>::Item: Debug,
impl<St> Future for Concat<St> where
St: Stream,
<St as Stream>::Item: Extend<<<St as Stream>::Item as IntoIterator>::Item>,
<St as Stream>::Item: IntoIterator,
<St as Stream>::Item: Default,
[src]
[+]
impl<St> Future for Concat<St> where
St: Stream,
<St as Stream>::Item: Extend<<<St as Stream>::Item as IntoIterator>::Item>,
<St as Stream>::Item: IntoIterator,
<St as Stream>::Item: Default,