Home
last modified time | relevance | path

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

/external/rust/crates/axum/src/handler/
Dservice.rs20 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