Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/routing/
Dmethod_routing.rs325 pub fn on_service<T, S, B>(filter: MethodFilter, svc: T) -> MethodRouter<S, B, T::Error> in on_service() function
777 pub fn on_service<T>(self, filter: MethodFilter, svc: T) -> Self in on_service() function