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