pub fn get_value<T: DeserializeOwned>( storage: &dyn Storage, key: &str) -> Option<T>
Get and deserialize the RON stored at the given key.