pub fn open_persistent_reactive_map<K, V>(
options: OpenPersistentReactiveMapOptions<K, V>,
) -> StorageResult<OpenPersistentReactiveMap<K, V>>where
K: Clone + Ord + Debug + Serialize + DeserializeOwned + 'static,
V: Clone + Serialize + DeserializeOwned + 'static,Expand description
Creates or computes open_persistent_reactive_map.