pub fn get<T: 'static + Default>() -> &'static T
Return the data associated with the given type. If the data is not present the default value of the type is returned.