Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/
Dservice_ext.rs17 fn into_make_service(self) -> IntoMakeService<Self>; in into_make_service() method
39 fn into_make_service(self) -> IntoMakeService<Self> { in into_make_service() function
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/handler/
Dmod.rs362 fn into_make_service(self) -> IntoMakeService<HandlerService<Self, T, (), B>>; in into_make_service() method
384 fn into_make_service(self) -> IntoMakeService<HandlerService<Self, T, (), B>> { in into_make_service() function
Dservice.rs64 pub fn into_make_service(self) -> IntoMakeService<HandlerService<H, T, S, B>> { in into_make_service() method
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/routing/
Dmod.rs26 mod into_make_service; module
376 pub fn into_make_service(self) -> IntoMakeService<Self> { in into_make_service() function
Dmethod_routing.rs668 pub fn into_make_service(self) -> IntoMakeService<Self> { in into_make_service() function