pub type MutexGuard<'a, T> = MutexGuard<'a, RawMutex, T>;Expand description
A non-send guard returned by Mutex.
Aliased Typeยง
pub struct MutexGuard<'a, T> { /* private fields */ }pub type MutexGuard<'a, T> = MutexGuard<'a, RawMutex, T>;A non-send guard returned by Mutex.
pub struct MutexGuard<'a, T> { /* private fields */ }