pub type RwLockWriteGuard<'a, T> = RwLockWriteGuard<'a, RwLock<()>, T>;
A guard that provides mutable data access (compatible with lock_api).
lock_api
struct RwLockWriteGuard<'a, T> { /* private fields */ }