pub fn get_mut<T: Sized + Default + 'static>() -> &'static mut T
Expand description

Returns a mutable reference of the storage.

This will create the storage if it doesn’t exist.