Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/server/
Dconn.rs158 type Http1Dispatcher<T, B, S> = typedef
162 type Http1Dispatcher<T, B, S> = (Infallible, PhantomData<(T, Box<Pin<B>>, Box<Pin<S>>)>); typedef
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/client/
Dconn.rs94 type Http1Dispatcher<T, B> = typedef
98 type Http1Dispatcher<T, B> = (Infallible, PhantomData<(T, Pin<Box<B>>)>); typedef
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/server/conn/
Dhttp1.rs18 type Http1Dispatcher<T, B, S> = proto::h1::Dispatcher< typedef