pub type RwLockWriteGuard<'a, T> = TracingRwLockGuard<'a, RwLockWriteGuard<'a, T>>;
Expand description
Wrapper around std::sync::RwLockWriteGuard
.
Aliased Typeยง
struct RwLockWriteGuard<'a, T> { /* private fields */ }
pub type RwLockWriteGuard<'a, T> = TracingRwLockGuard<'a, RwLockWriteGuard<'a, T>>;
Wrapper around std::sync::RwLockWriteGuard
.
struct RwLockWriteGuard<'a, T> { /* private fields */ }