Type Alias Mutex

Source
pub type Mutex<T> = Mutex<TracingWrapper<RawSyncMutex>, T>;

Aliased Typeยง

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