Type Alias TxnLockWriteGuard

Source
pub type TxnLockWriteGuard<T> = TxnWriteGuard<Range, T>;
Expand description

A write guard on a TxnLock

Aliased Typeยง

pub struct TxnLockWriteGuard<T> { /* private fields */ }