pub type HandlerResult<Api> = Result<<Api as Api>::Response, HandlerError<<Api as Api>::Error>>;
The return type from a Handler’s handle() function.
Handler
handle()