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