Searched defs:HandlerService (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/handler/ |
D | service.rs | 20 pub struct HandlerService<H, T, S, B> { struct 26 impl<H, T, S, B> HandlerService<H, T, S, B> { argument 119 impl<H, T, S, B> HandlerService<H, T, S, B> { impl 129 impl<H, T, S, B> fmt::Debug for HandlerService<H, T, S, B> { implementation 135 impl<H, T, S, B> Clone for HandlerService<H, T, S, B> implementation 149 impl<H, T, S, B> Service<Request<B>> for HandlerService<H, T, S, B> implementation
|