Function frame_support::storage::hashed::take
source · pub fn take<T, HashFn, R>(hash: &HashFn, key: &[u8]) -> Option<T>
Expand description
Remove key
from storage, returning its value if it had an explicit entry or None
otherwise.