storage_set_object

Function storage_set_object 

Source
pub fn storage_set_object<T>(key: &str, val: T) -> Result<(), String>
where T: Serialize,