Type Alias rustdb::run::DataSource

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

Iterator that yields references to page data.

Aliased Type§

struct DataSource(/* private fields */);