pub type MappedMutexGuard<'a, T> = MappedMutexGuard<'a, TracingWrapper<RawSyncMutex>, T>;

Aliased Type§

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