Searched defs:MethodEndpoint (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/routing/ |
D | method_routing.rs | 1179 enum MethodEndpoint<S, B, E> { enum 1185 impl<S, B, E> MethodEndpoint<S, B, E> impl 1224 impl<S, B, E> Clone for MethodEndpoint<S, B, E> { implementation 1234 impl<S, B, E> fmt::Debug for MethodEndpoint<S, B, E> { implementation
|