pub type InterruptTicketMutexGuard<'a, T> = MutexGuard<'a, RawInterruptTicketMutex, T>;
Expand description
A lock_api::MutexGuard
based on RawInterruptTicketMutex
.
Aliased Typeยง
pub struct InterruptTicketMutexGuard<'a, T> { /* private fields */ }