get

Function get 

Source
pub fn get<Type: 'static, Data: Copy + 'static>() -> Option<Data>
Expand description

Access the Data-storage of type Type. Each Type can hold data for multiple different instantiations of Data.

Only available on supported targets.