Struct futures::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::concat2
method.
Trait Implementations
impl<S: Debug> Debug for Concat2<S> where
S: Stream,
S::Item: Debug,
[src][+]
S: Stream,
S::Item: Debug,
impl<S> Future for Concat2<S> where
S: Stream,
S::Item: Extend<<<S as Stream>::Item as IntoIterator>::Item> + IntoIterator + Default,
[src][+]
S: Stream,
S::Item: Extend<<<S as Stream>::Item as IntoIterator>::Item> + IntoIterator + Default,
Auto Trait Implementations
impl<S> RefUnwindSafe for Concat2<S> where
S: RefUnwindSafe,
<S as Stream>::Item: RefUnwindSafe,
S: RefUnwindSafe,
<S as Stream>::Item: RefUnwindSafe,
impl<S> Send for Concat2<S> where
S: Send,
<S as Stream>::Item: Send,
S: Send,
<S as Stream>::Item: Send,
impl<S> Sync for Concat2<S> where
S: Sync,
<S as Stream>::Item: Sync,
S: Sync,
<S as Stream>::Item: Sync,
impl<S> Unpin for Concat2<S> where
S: Unpin,
<S as Stream>::Item: Unpin,
S: Unpin,
<S as Stream>::Item: Unpin,
impl<S> UnwindSafe for Concat2<S> where
S: UnwindSafe,
<S as Stream>::Item: UnwindSafe,
S: UnwindSafe,
<S as Stream>::Item: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<F> IntoFuture for F where
F: Future,
[src][+]
F: Future,
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>,