stable_restore

Function stable_restore 

Source
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.