iota_
storage
1.5.0-alpha
RwLock
Table
Aliased Type
In iota_
storage::
mutex_
table
iota_storage
::
mutex_table
Type Alias
RwLockTable
Copy item path
Source
pub type RwLockTable<K> =
LockTable
<K, RwLock<
()
>>;
Aliased Type
ยง
struct RwLockTable<K> {
/* private fields */
}