Skip to main content
BackingStore
sui_
types
0.1.0
Backing
Store
Implementors
In sui_
types::
storage
sui_types
::
storage
Trait
Backing
Store
Copy item path
Source
pub trait BackingStore:
RuntimeObjectResolver
+
ObjectStore
+
ParentSync
{ }
Implementors
§
Source
§
impl<T>
BackingStore
for T
where T:
RuntimeObjectResolver
+
ObjectStore
+
ParentSync
,