pub struct InFlightService<S> { /* private fields */ }Implementations
Trait Implementations
type Future = InFlightServiceResponse<T, R>
type Future = InFlightServiceResponse<T, R>
The future response value.
Returns Ready when the service is able to process requests. Read more
Shutdown service. Read more
Process the request and return the response asynchronously. Read more
Map this service’s output to a different type, returning a new service of the resulting type. Read more