Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/routing/
Dinto_make_service.rs12 pub struct IntoMakeService<S> { struct
16 impl<S> IntoMakeService<S> { impl
22 impl<S, T> Service<T> for IntoMakeService<S> implementation