Struct finchers::server::EndpointService [] [src]

pub struct EndpointService<E: NewEndpoint>(_);

Trait Implementations

impl<E: NewEndpoint> Service for EndpointService<E> where
    E::Item: Responder
[src]

Requests handled by the service.

Responses given by the service.

Errors produced by the service.

The future response value.

Process the request and return the response asynchronously.