Home
last modified time | relevance | path

Searched refs:nested_routes (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/axum/src/routing/tests/
Dfallback.rs247 let nested_routes = Router::new().fallback(inner_fallback); in issue_2072() localVariable
250 .nest("/nested", nested_routes) in issue_2072()
266 let nested_routes = Router::new().fallback(inner_fallback); in issue_2072_outer_fallback_before_merge() localVariable
269 .nest("/nested", nested_routes) in issue_2072_outer_fallback_before_merge()
286 let nested_routes = Router::new().fallback(inner_fallback); in issue_2072_outer_fallback_after_merge() localVariable
289 .nest("/nested", nested_routes) in issue_2072_outer_fallback_after_merge()
306 let nested_routes = Router::new().fallback(inner_fallback); in merge_router_with_fallback_into_nested_router_with_fallback() localVariable
309 .nest("/nested", nested_routes) in merge_router_with_fallback_into_nested_router_with_fallback()
325 let nested_routes = Router::new().fallback(inner_fallback); in merging_nested_router_with_fallback_into_router_with_fallback() localVariable
329 .merge(Router::new().nest("/nested", nested_routes)); in merging_nested_router_with_fallback_into_router_with_fallback()