Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/error_handling/
Dmod.rs23 pub struct HandleErrorLayer<F, T> { struct
28 impl<F, T> HandleErrorLayer<F, T> { impl
38 impl<F, T> Clone for HandleErrorLayer<F, T> implementation
50 impl<F, E> fmt::Debug for HandleErrorLayer<F, E> { implementation
58 impl<S, F, T> Layer<S> for HandleErrorLayer<F, T> implementation