Struct actix_utils::order::InOrderService [−][src]
pub struct InOrderService<S: Service> { /* fields omitted */ }
Implementations
Trait Implementations
type Error = InOrderError<S::Error>
type Error = InOrderError<S::Error>
Errors produced by the service.
type Future = InOrderServiceResponse<S>
type Future = InOrderServiceResponse<S>
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