Function ic_cdk::storage::stable_save

source ยท
pub fn stable_save<T>(t: T) -> Result<(), Error>
where T: ArgumentEncoder,
Expand description

Saves the storage into the stable memory.

This will override any value previously stored in stable memory.