Trait rs_router::InnerHandler [] [src]

pub trait InnerHandler: Send + Sync {
    fn handle<'a, 'b, 'c>(&'a self, _: Request<'a, 'b, 'c>) -> Response;
}

Required Methods

Implementors