pub type ErrorHandler = fn(&dyn HttpError, &Input) -> Response<ResponseBody>;
A type alias of the error handler used by EndpointService.
EndpointService