pub type PyRwLockWriteGuard<'a, T> = RwLockWriteGuard<'a, RawRwLock, T>;

Aliased Type§

struct PyRwLockWriteGuard<'a, T> { /* private fields */ }