Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/retry/
Dlayer.rs6 pub struct RetryLayer<P> { struct
10 impl<P> RetryLayer<P> { implementation
17 impl<P, S> Layer<S> for RetryLayer<P> implementation