Type Alias rustpython_common::lock::PyRwLockWriteGuard
source · 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 */ }