Hacker News new | ask | show | jobs
by andars 3956 days ago
It is needed because the handler doesn't return a Response, it returns a Result that wraps a Response if there isn't an error. This provides the means of error handling.