pub type OneShotMutexGuard<'a, T> = MutexGuard<'a, RawOneShotMutex, T>;
Expand description
A lock_api::MutexGuard
based on RawOneShotMutex
.
Aliased Typeยง
struct OneShotMutexGuard<'a, T> { /* private fields */ }
pub type OneShotMutexGuard<'a, T> = MutexGuard<'a, RawOneShotMutex, T>;
A lock_api::MutexGuard
based on RawOneShotMutex
.
struct OneShotMutexGuard<'a, T> { /* private fields */ }