pub type PyRwLockReadGuard<'a, T> = RwLockReadGuard<'a, RawRwLock, T>;

Aliased Type§

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