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