pub type HandlerResult = Result<(State, Response<Body>), (State, HandlerError)>;
A type alias for the results returned by async fns that can be passed to to_async.