Struct pronghorn::app::App [] [src]

pub struct App {
    pub router: Router,
    pub pool: CpuPool,
}

Fields

Methods

impl App
[src]

[src]

[src]

Trait Implementations

impl Service for App
[src]

Requests handled by the service.

Responses given by the service.

Errors produced by the service.

The future response value.

[src]

Process the request and return the response asynchronously.