pub fn take<T>(child_info: &ChildInfo, key: &[u8]) -> Option<T>where T: Decode,
Remove key from storage, returning its value if it had an explicit entry or None otherwise.
key
None