Searched defs:hyper_response (Results 1 – 1 of 1) sorted by relevance
17 pub struct hyper_response(pub(super) Response<Body>); struct343 impl hyper_response { impl344 pub(super) fn wrap(mut resp: Response<Body>) -> hyper_response { in wrap()376 unsafe impl AsTaskType for hyper_response { implementation