Searched defs:IntoServiceStateInExtension (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/handler/ |
D | into_service_state_in_extension.rs | 12 pub(crate) struct IntoServiceStateInExtension<H, T, S, B> { struct 20 assert_send::<IntoServiceStateInExtension<(), NotSendSync, (), NotSendSync>>(); in traits() argument 24 impl<H, T, S, B> IntoServiceStateInExtension<H, T, S, B> { implementation 33 impl<H, T, S, B> fmt::Debug for IntoServiceStateInExtension<H, T, S, B> { implementation 40 impl<H, T, S, B> Clone for IntoServiceStateInExtension<H, T, S, B> implementation 52 impl<H, T, S, B> Service<Request<B>> for IntoServiceStateInExtension<H, T, S, B> implementation
|