Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/routing/
Dmethod_routing.rs950 pub fn route_layer<L>(mut self, layer: L) -> MethodRouter<S, B, E> in route_layer() function
1360 async fn route_layer() { in route_layer() function
Dpath_router.rs258 pub(super) fn route_layer<L>(self, layer: L) -> Self in route_layer() function
Dmod.rs252 pub fn route_layer<L>(self, layer: L) -> Self in route_layer() function
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/routing/tests/
Dmod.rs499 async fn route_layer() { in route_layer() function