Skip to main content

PinnedSnapshotEpochsFetcher

Type Alias PinnedSnapshotEpochsFetcher 

Source
type PinnedSnapshotEpochsFetcher = Box<dyn Fn() -> BoxFuture<'static, Option<HashMap<TableId, HashSet<u64>>>> + Send>;

Aliased Typeยง

struct PinnedSnapshotEpochsFetcher(/* private fields */);