Searched defs:PathRouter (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/routing/ |
D | path_router.rs | 14 pub(super) struct PathRouter<S, B, const IS_FALLBACK: bool> { struct 20 impl<S, B> PathRouter<S, B, true> implementation 37 impl<S, B, const IS_FALLBACK: bool> PathRouter<S, B, IS_FALLBACK> implementation 131 let PathRouter { in merge() localVariable 174 let PathRouter { in nest() localVariable 388 impl<B, S, const IS_FALLBACK: bool> Default for PathRouter<S, B, IS_FALLBACK> { implementation 398 impl<S, B, const IS_FALLBACK: bool> fmt::Debug for PathRouter<S, B, IS_FALLBACK> { implementation 407 impl<S, B, const IS_FALLBACK: bool> Clone for PathRouter<S, B, IS_FALLBACK> { implementation
|