pub trait StorageMut: StorageRef { // Required method fn storage_mut(&mut self) -> &mut dyn Storage; }