sui_storage::mutex_table

Type Alias RwLockTable

Source
pub type RwLockTable<K> = LockTable<K, RwLock<()>>;

Aliased Typeยง

struct RwLockTable<K> { /* private fields */ }