pub fn load_reactive_index_state<K, S, V>(
snapshot_store: &dyn KvStorageTier<ReactiveCollectionSnapshotFrame>,
options: LoadReactiveCollectionStateOptions<'_>,
) -> StorageResult<ReactiveIndexRestoreState<K, S, V>>where
K: Clone + Serialize + DeserializeOwned,
S: Clone + Serialize + DeserializeOwned,
V: Clone + Serialize + DeserializeOwned,Expand description
Creates or computes load_reactive_index_state.