Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/extract/
Dmatched_path.rs234 async fn extract_matched_path<B>( in cannot_extract_nested_matched_path_in_middleware() function
254 async fn extract_matched_path<B>( in can_extract_nested_matched_path_in_middleware_using_nest() function
308 async fn extract_matched_path<B>(matched_path: MatchedPath, req: Request<B>) -> Request<B> { in can_extract_nested_matched_path_in_middleware_on_nested_router() function
328 async fn extract_matched_path<B>(req: Request<B>) -> Request<B> { in can_extract_nested_matched_path_in_middleware_on_nested_router_via_extension() function