[go: up one dir, main page]

get_value

Function get_value 

Source
pub fn get_value<T: DeserializeOwned>(
    storage: &dyn Storage,
    key: &str,
) -> Option<T>
Expand description

Get and deserialize the RON stored at the given key.