pub type MutexGuard<'a, T> = MutexGuard<'a, TracingWrapper<RawSyncMutex>, T>;
Aliased Typeยง
struct MutexGuard<'a, T> { /* private fields */ }
pub type MutexGuard<'a, T> = MutexGuard<'a, TracingWrapper<RawSyncMutex>, T>;
struct MutexGuard<'a, T> { /* private fields */ }