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

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.