Home
last modified time | relevance | path

Searched defs:MapResultLayer (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/util/
Dmap_result.rs32 pub struct MapResultLayer<F> { struct
51 /// This is a convenience function that simply calls [`MapResultLayer::new`]. argument
80 impl<F> MapResultLayer<F> { implementation
87 impl<S, F> Layer<S> for MapResultLayer<F> implementation