pub fn get<Type: 'static, Data: Copy + 'static>() -> Option<Data>
Access the Data-storage of type Type. Each Type can hold data for multiple different instantiations of Data.
Data
Type
Only available on supported targets.