Home
last modified time | relevance | path

Searched defs:into_service (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/handler/
Dmod.rs355 fn into_service(self) -> HandlerService<Self, T, (), B>; in into_service() method
380 fn into_service(self) -> HandlerService<Self, T, (), B> { in into_service() function
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/make/
Dmake_service.rs79 fn into_service(self) -> IntoService<Self, Request> in into_service() method
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/transport/server/
Dmod.rs723 pub fn into_service<ResBody>(self) -> L::Service in into_service() method