tracing_mutex::parkinglot::tracing

Type Alias MutexGuard

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

Mutex guard for Mutex.

Aliased Typeยง

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