pub type RwLockWriteGuard<'a, T> = RwLockWriteGuard<'a, RawSyncRwLock, T>;

Aliased Type§

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