Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tower/tests/util/
Doneshot.rs12 struct PollMeTwice { in service_driven_to_readiness() struct
13 ready: bool, in service_driven_to_readiness()
15 impl Service<()> for PollMeTwice { in service_driven_to_readiness() implementation