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