Skip to main content

TableScanStream

Type Alias TableScanStream 

Source
pub type TableScanStream<'table, P> = ScanRowStream<'table, P, Table<P>>;

Aliased Typeยง

pub struct TableScanStream<'table, P> { /* private fields */ }