pub fn get<T: Sync + 'static>() -> Option<&'static T>Available on x86-64 or AArch64 or ARM or x86 only.
Expand description
Access the global initiable storage of type Type.
pub fn get<T: Sync + 'static>() -> Option<&'static T>Access the global initiable storage of type Type.