Struct actix_net::inflight::InFlightService[][src]

pub struct InFlightService<T> { /* fields omitted */ }

Methods

impl<T: Service> InFlightService<T>
[src]

Trait Implementations

impl<T: Service> Service for InFlightService<T>
[src]

Requests handled by the service.

Responses given by the service.

Errors produced by the service.

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

A future yielding the service when it is ready to accept a request.

Auto Trait Implementations

impl<T> !Send for InFlightService<T>

impl<T> !Sync for InFlightService<T>