[−][src]Struct futures_util::future::Then
Future for the then
combinator, chaining computations on the end of
another future regardless of its outcome.
This is created by the Future::then
method.
Trait Implementations
impl<Fut1: Debug, Fut2: Debug, F: Debug> Debug for Then<Fut1, Fut2, F>
[src]
[+]
impl<Fut1: Debug, Fut2: Debug, F: Debug> Debug for Then<Fut1, Fut2, F>
impl<Fut1, Fut2, F> Future for Then<Fut1, Fut2, F> where
Fut1: Future,
Fut2: Future,
F: FnOnce(Fut1::Output) -> Fut2,
[src]
[+]
impl<Fut1, Fut2, F> Future for Then<Fut1, Fut2, F> where
Fut1: Future,
Fut2: Future,
F: FnOnce(Fut1::Output) -> Fut2,