tracing_mutex::parkinglot::tracing

Type Alias Mutex

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

Dependency tracking mutex. See: parking_lot::Mutex.

Aliased Typeยง

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