Type Alias OneShotMutexGuard

Source
pub type OneShotMutexGuard<'a, T> = MutexGuard<'a, RawOneShotMutex, T>;
Expand description

Aliased Typeยง

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