Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/
Dhandle.rs35 pub struct EnterGuard<'a> { struct
36 _guard: context::SetCurrentGuard,
37 _handle_lifetime: PhantomData<&'a Handle>,