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