get_maybe

Function get_maybe 

Source
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.