Struct hyper_router::RouterService [] [src]

pub struct RouterService<R: RouteRecognizer> { /* fields omitted */ }

An asynchronous task executed by hyper.

Trait Implementations

impl<R> Service for RouterService<R> where
    R: RouteRecognizer
[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.