pub fn get<T>() -> impl Deref<Target = T> where T: Any,
Get reference to data from global storage. Will panic if there is no data available with this type.