async fn read_migration_shard<P>(
persist_read: &mut ReadHandle<Key, ShardId, Timestamp, StorageDiff>,
read_ts: Timestamp,
predicate: P,
) -> Option<Vec<(Key, ShardId)>>Expand description
Read the migration shard at the given timestamp, returning all entries that match the given predicate.
Returns None if the migration shard contains no matching entries, or if it isn’t readable at
read_ts.