Searched defs:MapResponse (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/util/ |
D | map_response.rs | 11 pub struct MapResponse<S, F> { struct 16 impl<S, F> fmt::Debug for MapResponse<S, F> argument 43 impl<S, F> MapResponse<S, F> { impl 59 impl<S, F, Request, Response> Service<Request> for MapResponse<S, F> implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/middleware/ |
D | map_response.rs | 206 pub struct MapResponse<F, S, I, T> { struct 213 impl<F, S, I, T> Clone for MapResponse<F, S, I, T> argument 311 impl<F, S, I, T> fmt::Debug for MapResponse<F, S, I, T> implementation
|