pub fn stable_restore<T>() -> Result<T, String>where
T: for<'de> ArgumentDecoder<'de>,Expand description
Restore the data from the stable storage. If the data is not already stored the None value is returned.
pub fn stable_restore<T>() -> Result<T, String>where
T: for<'de> ArgumentDecoder<'de>,Restore the data from the stable storage. If the data is not already stored the None value is returned.