Searched defs:with_state (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/routing/ |
D | mod.rs | 301 pub fn with_state<S2>(self, state: S) -> Router<S2, B> { in with_state() function 444 fn with_state<S2>(self, state: S) -> Fallback<S2, B, E> { in with_state() function
|
D | method_routing.rs | 736 pub fn with_state<S2>(self, state: S) -> MethodRouter<S2, B, E> { in with_state() function 1213 fn with_state<S2>(self, state: &S) -> MethodEndpoint<S2, B, E> { in with_state() function
|
D | path_router.rs | 289 pub(super) fn with_state<S2>(self, state: S) -> PathRouter<S2, B, IS_FALLBACK> { in with_state() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/handler/ |
D | mod.rs | 193 fn with_state(self, state: S) -> HandlerService<Self, T, S, B> { in with_state() method
|