Function ic_kit::ic::get

source · []
pub fn get<T: 'static + Default>() -> &'static T
Expand description

Return the data associated with the given type. If the data is not present the default value of the type is returned.