Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/util/
Dboxed_clone.rs58 pub struct BoxCloneService<T, U, E>( struct
65 impl<T, U, E> BoxCloneService<T, U, E> { impl
89 impl<T, U, E> Service<T> for BoxCloneService<T, U, E> { implementation
105 impl<T, U, E> Clone for BoxCloneService<T, U, E> { implementation
132 impl<T, U, E> fmt::Debug for BoxCloneService<T, U, E> { implementation