ErrorHandler

Type Alias ErrorHandler 

Source
pub type ErrorHandler = fn(&dyn HttpError, &Input) -> Response<ResponseBody>;
Expand description

A type alias of the error handler used by EndpointService.