Searched defs:MakeErasedHandler (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/ |
D | boxed.rs | 74 pub(crate) struct MakeErasedHandler<H, S, B> { struct 79 impl<H, S, B> ErasedIntoRoute<S, B, Infallible> for MakeErasedHandler<H, S, B> argument 102 impl<H, S, B> Clone for MakeErasedHandler<H, S, B> implementation
|