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