[−][src]Struct tokio::prelude::stream::Concat
Deprecated since 0.1.18:
please use Stream::Concat2
instead
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 Concat<S> where
S: Stream,
<S as Stream>::Item: Extend<<<S as Stream>::Item as IntoIterator>::Item>,
<S as Stream>::Item: IntoIterator,
[src][+]
S: Stream,
<S as Stream>::Item: Extend<<<S as Stream>::Item as IntoIterator>::Item>,
<S as Stream>::Item: IntoIterator,
impl<S> Debug for Concat<S> where
S: Debug + Stream,
<S as Stream>::Item: Debug,
[src][+]
S: Debug + Stream,
<S as Stream>::Item: Debug,
Auto Trait Implementations
impl<S> Send for Concat<S> where
S: Send,
<S as Stream>::Item: Send,
S: Send,
<S as Stream>::Item: Send,
impl<S> Unpin for Concat<S> where
S: Unpin,
<S as Stream>::Item: Unpin,
S: Unpin,
<S as Stream>::Item: Unpin,
impl<S> Sync for Concat<S> where
S: Sync,
<S as Stream>::Item: Sync,
S: Sync,
<S as Stream>::Item: Sync,
impl<S> UnwindSafe for Concat<S> where
S: UnwindSafe,
<S as Stream>::Item: UnwindSafe,
S: UnwindSafe,
<S as Stream>::Item: UnwindSafe,
impl<S> RefUnwindSafe for Concat<S> where
S: RefUnwindSafe,
<S as Stream>::Item: RefUnwindSafe,
S: RefUnwindSafe,
<S as Stream>::Item: RefUnwindSafe,
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> From<T> for T
[src][+]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<F> IntoFuture for F where
F: Future,
[src][+]
F: Future,