Searched refs:nested_routes (Results 1 – 1 of 1) sorted by relevance
247 let nested_routes = Router::new().fallback(inner_fallback); in issue_2072() localVariable250 .nest("/nested", nested_routes) in issue_2072()266 let nested_routes = Router::new().fallback(inner_fallback); in issue_2072_outer_fallback_before_merge() localVariable269 .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() localVariable289 .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() localVariable309 .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() localVariable329 .merge(Router::new().nest("/nested", nested_routes)); in merging_nested_router_with_fallback_into_router_with_fallback()