[−][src]Struct tokio::prelude::future::FlattenStream
Future for the flatten_stream
combinator, flattening a
future-of-a-stream to get just the result of the final stream as a stream.
This is created by the Future::flatten_stream
method.
Trait Implementations
impl<F> Debug for FlattenStream<F> where
F: Future + Debug,
<F as Future>::Item: Stream,
<F as Future>::Item: Debug,
<<F as Future>::Item as Stream>::Error == <F as Future>::Error,
[src][+]
F: Future + Debug,
<F as Future>::Item: Stream,
<F as Future>::Item: Debug,
<<F as Future>::Item as Stream>::Error == <F as Future>::Error,
impl<F> Stream for FlattenStream<F> where
F: Future,
<F as Future>::Item: Stream,
<<F as Future>::Item as Stream>::Error == <F as Future>::Error,
[src][+]
F: Future,
<F as Future>::Item: Stream,
<<F as Future>::Item as Stream>::Error == <F as Future>::Error,
Auto Trait Implementations
impl<F> RefUnwindSafe for FlattenStream<F> where
F: RefUnwindSafe,
<F as Future>::Item: RefUnwindSafe,
F: RefUnwindSafe,
<F as Future>::Item: RefUnwindSafe,
impl<F> Send for FlattenStream<F> where
F: Send,
<F as Future>::Item: Send,
F: Send,
<F as Future>::Item: Send,
impl<F> Sync for FlattenStream<F> where
F: Sync,
<F as Future>::Item: Sync,
F: Sync,
<F as Future>::Item: Sync,
impl<F> Unpin for FlattenStream<F> where
F: Unpin,
<F as Future>::Item: Unpin,
F: Unpin,
<F as Future>::Item: Unpin,
impl<F> UnwindSafe for FlattenStream<F> where
F: UnwindSafe,
<F as Future>::Item: UnwindSafe,
F: UnwindSafe,
<F as Future>::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<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>,