Home
last modified time | relevance | path

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

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