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