Skip to main content

DataSource

Type Alias DataSource 

Source
pub type DataSource = Box<dyn Iterator<Item = (PagePtr, usize)>>;
Expand description

Iterator that yields references to page data.

Aliased Typeยง

pub struct DataSource(/* private fields */);