Function rerun::external::eframe::set_value

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

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