pub fn get_maybe<T: 'static>() -> Option<&'static T>
Expand description

Return the data that does not implement Default.