Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/client/
Dconn.rs250 pub(super) struct Http2SendRequest<B> { struct
251 dispatch: dispatch::UnboundedSender<Request<B>, Response<Body>>,
404 impl<B> Http2SendRequest<B> { implementation
415 impl<B> Http2SendRequest<B> implementation
447 impl<B> fmt::Debug for Http2SendRequest<B> { implementation
454 impl<B> Clone for Http2SendRequest<B> { implementation