pub fn get<T: Any>() -> impl Deref<Target = T>
Expand description

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