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

pub type HandlerResult = Result<(State, Response<Body>), (State, HandlerError)>;
Expand description

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