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

pub type SimpleHandlerResult = Result<Response<Body>, HandlerError>;
Expand description

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