iter_with_timeout_rebuild

Function iter_with_timeout_rebuild 

Source
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>>