Searched defs:MapResponseLayer (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/middleware/ |
D | map_response.rs | 153 pub struct MapResponseLayer<F, S, T> { struct 159 impl<F, S, T> Clone for MapResponseLayer<F, S, T> argument 173 impl<S, I, F, T> Layer<I> for MapResponseLayer<F, S, T> implementation 190 impl<F, S, T> fmt::Debug for MapResponseLayer<F, S, T> implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/util/ |
D | map_response.rs | 32 pub struct MapResponseLayer<F> { struct 51 /// This is a convenience function that simply calls [`MapResponseLayer::new`]. argument 79 impl<F> MapResponseLayer<F> { implementation 86 impl<S, F> Layer<S> for MapResponseLayer<F> implementation
|