Struct tower::load::completion::CompleteOnResponse [−][src]
#[non_exhaustive]pub struct CompleteOnResponse;
Expand description
A TrackCompletion
implementation that considers the request completed when the response
future is resolved.
Trait Implementations
Returns the “default value” for a type. Read more
type Output = V
type Output = V
The instrumented value type.
Attaches a H
-typed handle to a V
-typed value.
Auto Trait Implementations
impl RefUnwindSafe for CompleteOnResponse
impl Send for CompleteOnResponse
impl Sync for CompleteOnResponse
impl Unpin for CompleteOnResponse
impl UnwindSafe for CompleteOnResponse
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