pub type DebugMutexGuard<'a, T> = TracingMutexGuard<'a, T>;
Expand description

Mutex guard for DebugMutex.