Searched defs:Http1Dispatcher (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/server/ |
D | conn.rs | 158 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/ |
D | conn.rs | 94 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/ |
D | http1.rs | 18 type Http1Dispatcher<T, B, S> = proto::h1::Dispatcher< typedef
|