Struct fuel_storage::StorageMut
source · pub struct StorageMut<'a, T: 'a + ?Sized, Type: Mappable>(_, _);
Expand description
The wrapper around the storage that supports methods from StorageInspect
and StorageMutate
.
pub struct StorageMut<'a, T: 'a + ?Sized, Type: Mappable>(_, _);
The wrapper around the storage that supports methods from StorageInspect
and StorageMutate
.