pub fn get_mut<T: Any>() -> impl DerefMut<Target = T>
Expand description

Get mutable reference to data from global storage. Will panic if there is no data available with this type.