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

RAII guard for MutexGuard::map.

Aliased Type§

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