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.