[−][src]Struct futures_util::future::Flatten
Future for the flatten
combinator.
This combinator turns a Future
-of-a-Future
into a single Future
.
This is created by the Future::flatten
method.
Trait Implementations
impl<Fut> Debug for Flatten<Fut> where
Fut: Future + Debug,
Fut::Output: Future + Debug,
[src]
[+]
impl<Fut> Debug for Flatten<Fut> where
Fut: Future + Debug,
Fut::Output: Future + Debug,
impl<Fut> Future for Flatten<Fut> where
Fut: Future,
Fut::Output: Future,
[src]
[+]
impl<Fut> Future for Flatten<Fut> where
Fut: Future,
Fut::Output: Future,