[−][src]Struct futures_util::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<Fut> Debug for FlattenStream<Fut> where
Fut: Future + Debug,
Fut::Output: Debug,
[src]
[+]
impl<Fut> Debug for FlattenStream<Fut> where
Fut: Future + Debug,
Fut::Output: Debug,
impl<Fut> Stream for FlattenStream<Fut> where
Fut: Future,
Fut::Output: Stream,
[src]
[+]
impl<Fut> Stream for FlattenStream<Fut> where
Fut: Future,
Fut::Output: Stream,