Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/routing/
Dpath_router.rs32 self.replace_endpoint("/", endpoint.clone()); in set_fallback()
33 self.replace_endpoint(FALLBACK_PARAM_PATH, endpoint); in set_fallback()
155 self.replace_endpoint(path, route); in merge()
365 pub(super) fn replace_endpoint(&mut self, path: &str, endpoint: Endpoint<S, B>) { in replace_endpoint() function