pub type MutexGuard<'a, T> = MutexGuard<'a, TracingWrapper<RawMutex>, T>;
Expand description
Mutex guard for Mutex
.
Aliased Typeยง
struct MutexGuard<'a, T> { /* private fields */ }
pub type MutexGuard<'a, T> = MutexGuard<'a, TracingWrapper<RawMutex>, T>;
Mutex guard for Mutex
.
struct MutexGuard<'a, T> { /* private fields */ }