Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/extract/
Dmatched_path.rs142 let matched_path = append_nested_matched_path(matched_path, extensions); in set_matched_path_for_request()
154 fn append_nested_matched_path(matched_path: &Arc<str>, extensions: &http::Extensions) -> Arc<str> { in append_nested_matched_path() function