Module tower::load::completion [−][src]
This is supported on crate feature
load only.Expand description
Application-specific request completion semantics.
Structs
A TrackCompletion implementation that considers the request completed when the response
future is resolved.
Attaches a C-typed completion tracker to the result of an F-typed Future.
Traits
Attaches H-typed completion tracker to V typed values.