Type Definition rustdb::run::DataSource[][src]

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

Iterator that yields references to page data.