Type Alias InterruptOneShotMutexGuard

Source
pub type InterruptOneShotMutexGuard<'a, T> = MutexGuard<'a, RawInterruptOneShotMutex, T>;
Expand description

Aliased Typeยง

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