pub fn load_reactive_list_state<T>(
snapshot_store: &dyn KvStorageTier<ReactiveCollectionSnapshotFrame>,
options: LoadReactiveCollectionStateOptions<'_>,
) -> StorageResult<ReactiveListRestoreState<T>>Expand description
Creates or computes load_reactive_list_state.