Home
last modified time | relevance | path

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

/aosp_15_r20/external/uwb/src/rust/uwb_core/src/
H A Dutils.rs24 pub(super) struct PinSleep(Pin<Box<Sleep>>); struct
26 impl PinSleep { implementation
32 impl Future for PinSleep { implementation