Struct actix_utils::inflight::InFlightService [−][src]
pub struct InFlightService<S> { /* fields omitted */ }
Implementations
Trait Implementations
type Future = InFlightServiceResponse<T>
type Future = InFlightServiceResponse<T>
The future response value.
Returns Ready
when the service is able to process requests. 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