Struct futures_util::future::FlattenStream [−][src]
Stream for the flatten_stream
method.
Trait Implementations
impl<F> Debug for FlattenStream<F> where
Flatten<F, <F as Future>::Output>: Debug,
F: Future,
[src][+]
Flatten<F, <F as Future>::Output>: Debug,
F: Future,
impl<F> FusedStream for FlattenStream<F> where
Flatten<F, <F as Future>::Output>: FusedStream,
F: Future,
[src][+]
Flatten<F, <F as Future>::Output>: FusedStream,
F: Future,
impl<_Item, F> Sink<_Item> for FlattenStream<F> where
Flatten<F, <F as Future>::Output>: Sink<_Item>,
F: Future,
[src][+]
Flatten<F, <F as Future>::Output>: Sink<_Item>,
F: Future,
impl<F> Stream for FlattenStream<F> where
Flatten<F, <F as Future>::Output>: Stream,
F: Future,
[src][+]
Flatten<F, <F as Future>::Output>: Stream,
F: Future,
impl<'__pin, F> Unpin for FlattenStream<F> where
__Origin<'__pin, F>: Unpin,
F: Future,
[src]
__Origin<'__pin, F>: Unpin,
F: Future,
Auto Trait Implementations
impl<F> RefUnwindSafe for FlattenStream<F> where
F: RefUnwindSafe,
<F as Future>::Output: RefUnwindSafe,
F: RefUnwindSafe,
<F as Future>::Output: RefUnwindSafe,
impl<F> Send for FlattenStream<F> where
F: Send,
<F as Future>::Output: Send,
F: Send,
<F as Future>::Output: Send,
impl<F> Sync for FlattenStream<F> where
F: Sync,
<F as Future>::Output: Sync,
F: Sync,
<F as Future>::Output: Sync,
impl<F> UnwindSafe for FlattenStream<F> where
F: UnwindSafe,
<F as Future>::Output: UnwindSafe,
F: UnwindSafe,
<F as Future>::Output: 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, Item> SinkExt<Item> for T where
T: Sink<Item> + ?Sized,
[src][+]
T: Sink<Item> + ?Sized,
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<S, T, E> TryStream for S where
S: Stream<Item = Result<T, E>> + ?Sized,
[src][+]
S: Stream<Item = Result<T, E>> + ?Sized,