Trait hyper_router::RouteHandler
[−]
[src]
pub trait RouteHandler<C>: 'static + Send + Sync {
fn handle(&self, req: Request, cap: C) -> BoxFuture<Response, HyperError>;
}