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

Aliased Type§

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