Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/runtime/
Dhandle.rs33 pub struct EnterGuard<'a> { struct
34 _guard: context::SetCurrentGuard,
35 _handle_lifetime: PhantomData<&'a Handle>,