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

Mutex guard for FairMutex.

Aliased Type§

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