Searched defs:HandlerService (Results 1 – 1 of 1) sorted by relevance
| /external/rust/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> { impl 119 impl<H, T, S, B> HandlerService<H, T, S, B> { implementation 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
|