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