pub type TxnLockWriteGuard<T> = TxnWriteGuard<Range, T>;
A write guard on a TxnLock
TxnLock
pub struct TxnLockWriteGuard<T> { /* private fields */ }