pub fn stable_restore<T>() -> Result<T, String> where
    T: for<'de> ArgumentDecoder<'de>, 
👎Deprecated since 0.5.0:

This is a non-performant legacy from IC-CDK for us to deal with.

Expand description

Restore the data from the stable storage. If the data is not already stored the None value is returned.