pub async fn iter_with_timeout_rebuild<S: StateStoreRead>(
state_store: Arc<S>,
range: TableKeyRange,
table_id: TableId,
options: ReadOptions,
timeout: Duration,
) -> StorageResult<TimeoutAutoRebuildIter<S>>pub async fn iter_with_timeout_rebuild<S: StateStoreRead>(
state_store: Arc<S>,
range: TableKeyRange,
table_id: TableId,
options: ReadOptions,
timeout: Duration,
) -> StorageResult<TimeoutAutoRebuildIter<S>>