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