pub fn store<T: Any>(data: T)
Expand description

Store data in global storage. Will silently overwrite an old value if any.