pub fn storage_overwrite<A>(
from_key: ManagedRef<'_, A, StorageKey<A>>,
to_key: ManagedRef<'_, A, StorageKey<A>>,
)
Expand description
Useful for storage mappers. Replaces the content from a key to another without decoding.
pub fn storage_overwrite<A>(
from_key: ManagedRef<'_, A, StorageKey<A>>,
to_key: ManagedRef<'_, A, StorageKey<A>>,
)
Useful for storage mappers. Replaces the content from a key to another without decoding.