Searched defs:IntoMakeServiceWithConnectInfo (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/extract/ |
D | connect_info.rs | 29 pub struct IntoMakeServiceWithConnectInfo<S, C> { struct 37 assert_send::<IntoMakeServiceWithConnectInfo<(), NotSendSync>>(); in traits() argument 40 impl<S, C> IntoMakeServiceWithConnectInfo<S, C> { impl 49 impl<S, C> fmt::Debug for IntoMakeServiceWithConnectInfo<S, C> implementation 60 impl<S, C> Clone for IntoMakeServiceWithConnectInfo<S, C> implementation 92 impl<S, C, T> Service<T> for IntoMakeServiceWithConnectInfo<S, C> implementation
|