Struct reset_router::Router [] [src]

pub struct Router { /* fields omitted */ }

Methods

impl Router
[src]

Trait Implementations

impl RouterExtensions for Router
[src]

impl Service for Router
[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.