Struct futures::future::Then [−][src]
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, Fut2, F> Debug for Then<Fut1, Fut2, F> where
F: Debug,
Fut1: Debug,
Fut2: Debug,
[src]
[+]
impl<Fut1, Fut2, F> Debug for Then<Fut1, Fut2, F> where
F: Debug,
Fut1: Debug,
Fut2: Debug,
impl<Fut1, Fut2, F> Future for Then<Fut1, Fut2, F> where
F: FnOnce(<Fut1 as Future>::Output) -> Fut2,
Fut1: Future,
Fut2: Future,
[src]
[+]
impl<Fut1, Fut2, F> Future for Then<Fut1, Fut2, F> where
F: FnOnce(<Fut1 as Future>::Output) -> Fut2,
Fut1: Future,
Fut2: Future,