pub type Mutex<T> = Mutex<TracingWrapper<RawMutex>, T>;
Expand description

Dependency tracking mutex. See: parking_lot::Mutex.

Aliased Type§

struct Mutex<T> { /* private fields */ }