Type Alias PageIter1G

Source
pub type PageIter1G<A> = PageIter<PAGE_SIZE_1G, A>;
Expand description

1GB page iterator type alias

Wraps the PageIter struct with a fixed page size of PAGE_SIZE_1G

Aliased Typeยง

struct PageIter1G<A> { /* private fields */ }