Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/routing/
Dmod.rs301 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
Dmethod_routing.rs736 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
Dpath_router.rs289 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/
Dmod.rs193 fn with_state(self, state: S) -> HandlerService<Self, T, S, B> { in with_state() method