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