Searched defs:BoxedIntoRoute (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/ |
D | boxed.rs | 13 pub(crate) struct BoxedIntoRoute<S, B, E>(Box<dyn ErasedIntoRoute<S, B, E>>); struct 15 impl<S, B> BoxedIntoRoute<S, B, Infallible> implementation 33 impl<S, B, E> BoxedIntoRoute<S, B, E> { impl 54 impl<S, B, E> Clone for BoxedIntoRoute<S, B, E> { implementation 60 impl<S, B, E> fmt::Debug for BoxedIntoRoute<S, B, E> { implementation
|