Type Alias b_table::Rows

source ·
pub type Rows<V> = Pin<Box<dyn Stream<Item = Result<Row<V>, Error>> + Send>>;
Expand description

A stream of table rows

Aliased Type§

struct Rows<V> { /* private fields */ }