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

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