pub fn get_maybe<T: 'static>() -> Option<&'static T>👎Deprecated since 0.4.8: Unsafe memory methods are deprecated, use the safer ic_kit::ic::maybe_with method.
Expand description
Return the data that does not implement Default.
pub fn get_maybe<T: 'static>() -> Option<&'static T>Return the data that does not implement Default.