[][src]Type Definition gotham::handler::SimpleHandlerResult

type SimpleHandlerResult = Result<Response<Body>, HandlerError>;

A type alias for the results returned by async fns that can be passed to to_async_borrowing.