tracing_mutex::parkinglot::tracing

Type Alias MappedReentrantMutexGuard

Source
pub type MappedReentrantMutexGuard<'a, T> = MappedReentrantMutexGuard<'a, TracingWrapper<RawMutex>, RawThreadId, T>;
Expand description

RAII guard for ReentrantMutexGuard::map.

Aliased Typeยง

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