Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tower/tests/hedge/
Dmain.rs156 fn can_retry(&self, req: &Req) -> bool { in can_retry() method
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/hedge/
Dmod.rs61 fn can_retry(&self, req: &Request) -> bool; in can_retry() method