Type Alias PageIter4K

Source
pub type PageIter4K<A> = PageIter<PAGE_SIZE_4K, A>;
Expand description

A PageIter for 4K pages.

Aliased Typeยง

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