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