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