Function ic_cdk::storage::stable_restore[][src]

pub fn stable_restore<T>() -> Result<T, String> where
    T: for<'de> ArgumentDecoder<'de>, 
Expand description

Restore a value to the storage, from the stable memory. There can only be one value in stable memory, currently.