Function storage_overwrite

Source
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.