Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/client/
Dconn.rs101 type Http2ClientTask<B> = proto::h2::ClientTask<B>; typedef
104 type Http2ClientTask<B> = (Infallible, PhantomData<Pin<Box<B>>>); typedef