Struct tower::util::future::AndThenFuture [−][src]
pub struct AndThenFuture<F1, F2: TryFuture, N> { /* fields omitted */ }
Expand description
Response future from AndThen
services.
Trait Implementations
The type of value produced on completion.
impl<'__pin, F1, F2: TryFuture, N> Unpin for AndThenFuture<F1, F2, N> where
__Origin<'__pin, F1, F2, N>: Unpin,
Auto Trait Implementations
impl<F1, F2, N> RefUnwindSafe for AndThenFuture<F1, F2, N> where
F1: RefUnwindSafe,
F2: RefUnwindSafe,
N: RefUnwindSafe,
impl<F1, F2, N> Send for AndThenFuture<F1, F2, N> where
F1: Send,
F2: Send,
N: Send,
impl<F1, F2, N> Sync for AndThenFuture<F1, F2, N> where
F1: Sync,
F2: Sync,
N: Sync,
impl<F1, F2, N> UnwindSafe for AndThenFuture<F1, F2, N> where
F1: UnwindSafe,
F2: UnwindSafe,
N: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more