pub type RwLock<T> = RwLock<TracingWrapper<RawRwLock>, T>;
Expand description

Dependency tracking RwLock. See: parking_lot::RwLock.

Aliased Type§

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