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.