[][src]Function humblegen_rt::server::handler_response_to_hyper_response

pub fn handler_response_to_hyper_response<T>(
    handler_response: HandlerResponse<T>
) -> Response<Body> where
    T: Serialize

Conversion of a HandlerResponse to a hyper response. Invoked from generated code within a DispatcherClosure.