pub type MutexGuard<'a, T> = MutexGuard<'a, NoxuRawMutex, T>;Expand description
RAII guard returned by Mutex::lock.
Aliased Typeยง
pub struct MutexGuard<'a, T> { /* private fields */ }pub type MutexGuard<'a, T> = MutexGuard<'a, NoxuRawMutex, T>;RAII guard returned by Mutex::lock.
pub struct MutexGuard<'a, T> { /* private fields */ }