type PinnedSnapshotEpochsFetcher = Box<dyn Fn() -> BoxFuture<'static, Option<HashMap<TableId, HashSet<u64>>>> + Send>;
struct PinnedSnapshotEpochsFetcher(/* private fields */);