PageIter1G

Type Alias PageIter1G 

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

A PageIter for 1G pages.

Aliased Typeยง

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