Trait fuel_core_storage::transactional::Modifiable
source · pub trait Modifiable {
// Required method
fn commit_changes(&mut self, changes: Changes) -> StorageResult<()>;
}
Expand description
The type is modifiable and may commit the changes into the storage.
Required Methods§
sourcefn commit_changes(&mut self, changes: Changes) -> StorageResult<()>
fn commit_changes(&mut self, changes: Changes) -> StorageResult<()>
Commits the changes into the storage.