Function ic_cdk::storage::stable_save[][src]

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

Save the storage to the stable memory, from storage. This will override any value previously stored to stable memory.