Home
last modified time | relevance | path

Searched defs:hyper_response (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/ffi/
Dhttp_types.rs17 pub struct hyper_response(pub(super) Response<Body>); struct
343 impl hyper_response { impl
344 pub(super) fn wrap(mut resp: Response<Body>) -> hyper_response { in wrap()
376 unsafe impl AsTaskType for hyper_response { implementation