Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/task/
Dlocal.rs445 pub struct LocalEnterGuard { struct
454 impl Drop for LocalEnterGuard { argument
468 impl fmt::Debug for LocalEnterGuard { implementation
505 pub fn enter(&self) -> LocalEnterGuard { in enter()