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