Type Alias PageIter2M

Source
pub type PageIter2M<A> = PageIter<PAGE_SIZE_2M, A>;
Expand description

2MB page iterator type alias

Wraps the PageIter struct with a fixed page size of PAGE_SIZE_2M

Aliased Typeยง

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