Function eframe::set_value

source ·
pub fn set_value<T: Serialize>(storage: &mut dyn Storage, key: &str, value: &T)
Expand description

Serialize the given value as RON and store with the given key.