Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/util/boxed/
Dsync.rs22 pub struct BoxService<T, U, E> { struct
32 impl<T, U, E> BoxService<T, U, E> { implementation
56 impl<T, U, E> Service<T> for BoxService<T, U, E> { implementation
70 impl<T, U, E> fmt::Debug for BoxService<T, U, E> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/transport/server/
Dmod.rs67 type BoxService = tower::util::BoxService<Request<Body>, Response<BoxHttpBody>, crate::Error>; typedef