Function store_value
pub fn store_value<T>(value: T) -> StoredValue<T>👎Deprecated since 0.7.0-beta5:
This function is being removed to conform to Rust idioms. Please use StoredValue::new() or StoredValue::new_local() instead.
Expand description
Creates a new StoredValue.