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