pub fn take_or<T>(child_info: &ChildInfo, key: &[u8], default_value: T) -> Twhere T: Codec,
Return the value of the item in storage under key, or default_value if there is no explicit entry. Ensure there is no explicit entry on return.
key
default_value