[][src]Module tower::load::completion

This is supported on crate feature load only.

Application-specific request completion semantics.

Structs

CompleteOnResponse

A TrackCompletion implementation that considers the request completed when the response future is resolved.

TrackCompletionFuture

Attaches a C-typed completion tracker to the result of an F-typed Future.

Traits

TrackCompletion

Attaches H-typed completion tracker to V typed values.