Type Definition hermit_sync::TicketMutexGuard

source ·
pub type TicketMutexGuard<'a, T> = MutexGuard<'a, RawTicketMutex, T>;
Expand description