Type Definition hermit_sync::InterruptMutexGuard

source ·
pub type InterruptMutexGuard<'a, I, T> = MutexGuard<'a, RawInterruptMutex<I>, T>;
Expand description