pub type PageIter4K<A> = PageIter<PAGE_SIZE_4K, A>;
A PageIter for 4K pages.
PageIter
struct PageIter4K<A> { /* private fields */ }