pub type RwLockWriteGuard<'a, T> = RwLockWriteGuard<'a, TracingWrapper<RawRwLock>, T>;
Expand description

Write guard for RwLock.

Aliased Type§

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