Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/make/
Dmake_service.rs164 pub struct IntoService<M, Request> { struct
169 impl<M, Request> Clone for IntoService<M, Request> implementation
181 impl<M, Request> fmt::Debug for IntoService<M, Request> implementation
192 impl<M, S, Target, Request> Service<Target> for IntoService<M, Request> implementation