Struct zhelezo::IronHandler [] [src]

pub struct IronHandler<H> { /* fields omitted */ }

This is the internal struct that translates between hyper and iron.

Trait Implementations

impl<H: Handler> Service for IronHandler<H>
[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.