Home
last modified time | relevance | path

Searched defs:into_make_service_with_connect_info (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/
Dservice_ext.rs32 fn into_make_service_with_connect_info<C>(self) -> IntoMakeServiceWithConnectInfo<Self, C>; in into_make_service_with_connect_info() method
44 fn into_make_service_with_connect_info<C>(self) -> IntoMakeServiceWithConnectInfo<Self, C> { in into_make_service_with_connect_info() function
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/handler/
Dmod.rs371 fn into_make_service_with_connect_info<C>( in into_make_service_with_connect_info() method
389 fn into_make_service_with_connect_info<C>( in into_make_service_with_connect_info() function
Dservice.rs105 pub fn into_make_service_with_connect_info<C>( in into_make_service_with_connect_info() method
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/routing/
Dmod.rs384 pub fn into_make_service_with_connect_info<C>(self) -> IntoMakeServiceWithConnectInfo<Self, C> { in into_make_service_with_connect_info() function
Dmethod_routing.rs704 pub fn into_make_service_with_connect_info<C>(self) -> IntoMakeServiceWithConnectInfo<Self, C> { in into_make_service_with_connect_info() function