Struct tokio::runtime::EnterGuard [−][src]
pub struct EnterGuard<'a> { /* fields omitted */ }
Expand description
Runtime context guard.
Returned by Runtime::enter
and Handle::enter
, the context guard exits
the runtime context on drop.