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