Type Alias InterruptMutexGuard

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

Aliased Typeยง

struct InterruptMutexGuard<'a, I, T> { /* private fields */ }