Type Definition hermit_sync::InterruptSpinMutexGuard

source ·
pub type InterruptSpinMutexGuard<'a, T> = MutexGuard<'a, RawInterruptSpinMutex, T>;
Expand description