pub type RwLockWriteGuard<'a, T> = RwLockWriteGuard<'a, RawSyncRwLock, T>;
Aliased Typeยง
struct RwLockWriteGuard<'a, T> { /* private fields */ }
pub type RwLockWriteGuard<'a, T> = RwLockWriteGuard<'a, RawSyncRwLock, T>;
struct RwLockWriteGuard<'a, T> { /* private fields */ }