pub type MutexGuard<'a, T> = MutexGuard<'a, TracingWrapper<RawMutex>, T>;
Expand description

Mutex guard for Mutex.

Aliased Type§

struct MutexGuard<'a, T> { /* private fields */ }